Html Css Color HEX #D00A04 Free Speech Red

📋 copy color: '#D00A04'

red 208 ◦ green 10 ◦ blue 4

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

Shades of Free Speech Red #D00A04

Tints of Free Speech Red #D00A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.8%

R = 93.69%
G = 4.5%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D00A04 (or 0xD00A04) is known color: Free Speech Red. HEX triplet: D0, 0A and 04. RGB value is (208,10,4). Sum of RGB (Red+Green+Blue) = 208+10+4=222 (29% of max value = 765). Red value is 208 (81.64% from 255 or 93.69% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00A04 is #2FF5FB. Grayscale: #444444. Windows color (decimal): -3143164 or 264912. OLE color: 264912.

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

Color convert

RGB 208 10 4 -
CMYK 0 0.95 0.98 0.18
HSL 1.76º 0.96% 0.42% -
HSV(B) 1.76º 0.98% 0.82% -
XYZ 26.14 13.64 1.37 -
YUV 68.52 91.6 227.49 -
System Red Green Blue C M Y K H S L
Decimal 208 10 4 0 0.95 0.98 0.18 1.76 0.96 0.42
Hex D0 A 4 0 5F 62 12 2 60 2A
Octal 320 12 4 0 137 142 22 2 140 52
Binary 11010000 1010 100 0 1011111 1100010 10010 10 1100000 101010

Color Harmonies of #D00A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00A04

Black with #D00A04

Text Example


Text Example

White with #D00A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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