#D51800

Color #D51800 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #D51800

Tints of Free Speech Red #D51800

Color information

#D51800 (or 0xD51800) is unknown color: approx Free Speech Red. HEX triplet: D5, 18 and 00. RGB value is (213,24,0). Sum of RGB (Red+Green+Blue) = 213+24+0=237 (31% of max value = 765). Red value is 213 (83.59% from 255 or 89.87% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 213 - color contains mainly: red. Hex color #D51800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51800 is #2AE7FF. Grayscale: #4E4E4E. Windows color (decimal): -2811904 or 6357. OLE color: 6357.

HSL color Cylindrical-coordinate representation of color #D51800: hue angle of 6.76º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D51800 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB213240-
CMYK00.8910.16
HSL6.76º100%41.76%-
HSV(B)6.76º100%83.53%-
XYZ27.7714.81.39-
YUV77.7784.12224.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 89.87%
GREEN value IS 24 (9.77% from 255) = 10.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.87%
G=10.13%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 1
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21324000.8910.166.7610041.76
HexD518005964107642a
Octal325300013114420714452
Binary11010101110000010110011100100100001111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51800; }

 p { color: rgb(213,24,0); }

 H1.HeaderClassName
 {
   color: #D51800;
 }
 .AnyTagClassName
 {
   color: #D51800;
 }
</style>
background-color css

<style>
 a { background-color: #D51800; }

 a { background-color: rgb(213,24,0); }

 div.DivClassName
 {
   background-color: #D51800;
 }
 .BgClassName
 {
   background-color: #D51800;
 }
</style>
border-color css

<style>
 span { border-color: #D51800; }

 span { border-color: rgb(213,24,0); }

 td.TdClassName
 {
   border-color: #D51800;
 }
 .TagClassName
 {
   border-color: #D51800;
 }
</style>