Html Css Color HEX #D00A08 Free Speech Red

📋 copy color: '#D00A08'

red 208 ◦ green 10 ◦ blue 8

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

Shades of Free Speech Red #D00A08

Tints of Free Speech Red #D00A08

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.42%

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

R = 92.04%
G = 4.42%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D00A08 (or 0xD00A08) is known color: Free Speech Red. HEX triplet: D0, 0A and 08. RGB value is (208,10,8). Sum of RGB (Red+Green+Blue) = 208+10+8=226 (29% of max value = 765). Red value is 208 (81.64% from 255 or 92.04% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00A08 is #2FF5F7. Grayscale: #454545. Windows color (decimal): -3143160 or 527056. OLE color: 527056.

HSL color Cylindrical-coordinate representation of color #D00A08: hue angle of 0.6º 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 #D00A08 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 10 8 -
CMYK 0 0.95 0.96 0.18
HSL 0.6º 0.93% 0.42% -
HSV(B) 0.6º 0.96% 0.82% -
XYZ 26.16 13.64 1.48 -
YUV 68.97 93.6 227.16 -
System Red Green Blue C M Y K H S L
Decimal 208 10 8 0 0.95 0.96 0.18 0.6 0.93 0.42
Hex D0 A 8 0 5F 60 12 1 5D 2A
Octal 320 12 10 0 137 140 22 1 135 52
Binary 11010000 1010 1000 0 1011111 1100000 10010 1 1011101 101010

Color Harmonies of #D00A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00A08

Black with #D00A08

Text Example


Text Example

White with #D00A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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