Html Css Color HEX #D00908 Free Speech Red

📋 copy color: '#D00908'

red 208 ◦ green 9 ◦ blue 8

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

Shades of Free Speech Red #D00908

Tints of Free Speech Red #D00908

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4%

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

R = 92.44%
G = 4%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D00908 (or 0xD00908) is known color: Free Speech Red. HEX triplet: D0, 09 and 08. RGB value is (208,9,8). Sum of RGB (Red+Green+Blue) = 208+9+8=225 (29% of max value = 765). Red value is 208 (81.64% from 255 or 92.44% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 208 - color contains mainly: red. Hex color #D00908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00908 is #2FF6F7. Grayscale: #444444. Windows color (decimal): -3143416 or 526800. OLE color: 526800.

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

Color convert

RGB 208 9 8 -
CMYK 0 0.96 0.96 0.18
HSL 0.3º 0.93% 0.42% -
HSV(B) 0.3º 0.96% 0.82% -
XYZ 26.15 13.62 1.48 -
YUV 68.39 93.93 227.58 -
System Red Green Blue C M Y K H S L
Decimal 208 9 8 0 0.96 0.96 0.18 0.3 0.93 0.42
Hex D0 9 8 0 60 60 12 0 5D 2A
Octal 320 11 10 0 140 140 22 0 135 52
Binary 11010000 1001 1000 0 1100000 1100000 10010 0 1011101 101010

Color Harmonies of #D00908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00908

Black with #D00908

Text Example


Text Example

White with #D00908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00908; }

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

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

background-color css

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

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

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

border-color css

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

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

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