Html Css Color HEX #D00802 Free Speech Red

📋 copy color: '#D00802'

red 208 ◦ green 8 ◦ blue 2

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

Shades of Free Speech Red #D00802

Tints of Free Speech Red #D00802

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.67%

 BLUE value IS 2 (1.17% from 255) = 0.92%

R = 95.41%
G = 3.67%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D00802 (or 0xD00802) is known color: Free Speech Red. HEX triplet: D0, 08 and 02. RGB value is (208,8,2). Sum of RGB (Red+Green+Blue) = 208+8+2=218 (28% of max value = 765). Red value is 208 (81.64% from 255 or 95.41% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 208 - color contains mainly: red. Hex color #D00802 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00802 is #2FF7FD. Grayscale: #434343. Windows color (decimal): -3143678 or 133328. OLE color: 133328.

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

Color convert

RGB 208 8 2 -
CMYK 0 0.96 0.99 0.18
HSL 1.75º 0.98% 0.41% -
HSV(B) 1.75º 0.99% 0.82% -
XYZ 26.11 13.59 1.3 -
YUV 67.12 91.26 228.49 -
System Red Green Blue C M Y K H S L
Decimal 208 8 2 0 0.96 0.99 0.18 1.75 0.98 0.41
Hex D0 8 2 0 60 63 12 2 62 29
Octal 320 10 2 0 140 143 22 2 142 51
Binary 11010000 1000 10 0 1100000 1100011 10010 10 1100010 101001

Color Harmonies of #D00802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00802

Black with #D00802

Text Example


Text Example

White with #D00802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00802; }

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

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

background-color css

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

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

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

border-color css

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

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

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