Html Css Color HEX #D00A02 Free Speech Red

📋 copy color: '#D00A02'

red 208 ◦ green 10 ◦ blue 2

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

Shades of Free Speech Red #D00A02

Tints of Free Speech Red #D00A02

RGB

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

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

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

R = 94.55%
G = 4.55%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D00A02 (or 0xD00A02) is known color: Free Speech Red. HEX triplet: D0, 0A and 02. RGB value is (208,10,2). Sum of RGB (Red+Green+Blue) = 208+10+2=220 (29% of max value = 765). Red value is 208 (81.64% from 255 or 94.55% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00A02 is #2FF5FD. Grayscale: #444444. Windows color (decimal): -3143166 or 133840. OLE color: 133840.

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

Color convert

RGB 208 10 2 -
CMYK 0 0.95 0.99 0.18
HSL 2.33º 0.98% 0.41% -
HSV(B) 2.33º 0.99% 0.82% -
XYZ 26.13 13.63 1.31 -
YUV 68.29 90.6 227.65 -
System Red Green Blue C M Y K H S L
Decimal 208 10 2 0 0.95 0.99 0.18 2.33 0.98 0.41
Hex D0 A 2 0 5F 63 12 2 62 29
Octal 320 12 2 0 137 143 22 2 142 51
Binary 11010000 1010 10 0 1011111 1100011 10010 10 1100010 101001

Color Harmonies of #D00A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00A02

Black with #D00A02

Text Example


Text Example

White with #D00A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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