Html Css Color HEX #D20A04 Free Speech Red

📋 copy color: '#D20A04'

red 210 ◦ green 10 ◦ blue 4

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

Shades of Free Speech Red #D20A04

Tints of Free Speech Red #D20A04

RGB

 RED value IS 210 (82.42% from 255) = 93.75%

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

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

R = 93.75%
G = 4.46%
B = 1.79%

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

#D20A04 (or 0xD20A04) is known color: Free Speech Red. HEX triplet: D2, 0A and 04. RGB value is (210,10,4). Sum of RGB (Red+Green+Blue) = 210+10+4=224 (29% of max value = 765). Red value is 210 (82.42% from 255 or 93.75% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 210 - color contains mainly: red. Hex color #D20A04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20A04 is #2DF5FB. Grayscale: #454545. Windows color (decimal): -3012092 or 264914. OLE color: 264914.

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

Color convert

RGB 210 10 4 -
CMYK 0 0.95 0.98 0.18
HSL 1.75º 0.96% 0.42% -
HSV(B) 1.75º 0.98% 0.82% -
XYZ 26.71 13.93 1.4 -
YUV 69.12 91.26 228.49 -
System Red Green Blue C M Y K H S L
Decimal 210 10 4 0 0.95 0.98 0.18 1.75 0.96 0.42
Hex D2 A 4 0 5F 62 12 2 60 2A
Octal 322 12 4 0 137 142 22 2 140 52
Binary 11010010 1010 100 0 1011111 1100010 10010 10 1100000 101010

Color Harmonies of #D20A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20A04

Black with #D20A04

Text Example


Text Example

White with #D20A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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