Html Css Color HEX #D01008 Free Speech Red

📋 copy color: '#D01008'

red 208 ◦ green 16 ◦ blue 8

#D01008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #D01008

Tints of Free Speech Red #D01008

RGB

 RED value IS 208 (81.64% from 255) = 89.66%

 GREEN value IS 16 (6.64% from 255) = 6.9%

 BLUE value IS 8 (3.52% from 255) = 3.45%

R = 89.66%
G = 6.9%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D01008 (or 0xD01008) is known color: Free Speech Red. HEX triplet: D0, 10 and 08. RGB value is (208,16,8). Sum of RGB (Red+Green+Blue) = 208+16+8=232 (30% of max value = 765). Red value is 208 (81.64% from 255 or 89.66% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 208 - color contains mainly: red. Hex color #D01008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01008 is #2FEFF7. Grayscale: #484848. Windows color (decimal): -3141624 or 528592. OLE color: 528592.

HSL color Cylindrical-coordinate representation of color #D01008: hue angle of 2.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D01008 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 16 8 -
CMYK 0 0.92 0.96 0.18
HSL 2.4º 0.93% 0.42% -
HSV(B) 2.4º 0.96% 0.82% -
XYZ 26.24 13.8 1.51 -
YUV 72.5 91.61 224.65 -
System Red Green Blue C M Y K H S L
Decimal 208 16 8 0 0.92 0.96 0.18 2.4 0.93 0.42
Hex D0 10 8 0 5C 60 12 2 5D 2A
Octal 320 20 10 0 134 140 22 2 135 52
Binary 11010000 10000 1000 0 1011100 1100000 10010 10 1011101 101010

Color Harmonies of #D01008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01008

Black with #D01008

Text Example


Text Example

White with #D01008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01008; }

 p { color: rgb(208,16,8); }

 H1.HeaderClassName
 {
   color: #D01008;
 }
 .AnyTagClassName
 {
   color: #D01008;
 }
</style>

background-color css

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

 a { background-color: rgb(208,16,8); }

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

border-color css

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

 span { border-color: rgb(208,16,8); }

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