Html Css Color HEX #D20D00 Free Speech Red

📋 copy color: '#D20D00'

red 210 ◦ green 13 ◦ blue 0

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

Shades of Free Speech Red #D20D00

Tints of Free Speech Red #D20D00

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.83%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 94.17%
G = 5.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D20D00 (or 0xD20D00) is known color: Free Speech Red. HEX triplet: D2, 0D and 00. RGB value is (210,13,0). Sum of RGB (Red+Green+Blue) = 210+13+0=223 (29% of max value = 765). Red value is 210 (82.42% from 255 or 94.17% from 223); Green value is 13 (5.47% from 255 or 5.83% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20D00 is #2DF2FF. Grayscale: #464646. Windows color (decimal): -3011328 or 3538. OLE color: 3538.

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

Color convert

RGB 210 13 0 -
CMYK 0 0.94 1 0.18
HSL 3.71º 1% 0.41% -
HSV(B) 3.71º 1% 0.82% -
XYZ 26.72 13.99 1.29 -
YUV 70.42 88.27 227.56 -
System Red Green Blue C M Y K H S L
Decimal 210 13 0 0 0.94 1 0.18 3.71 1 0.41
Hex D2 D 0 0 5E 64 12 4 64 29
Octal 322 15 0 0 136 144 22 4 144 51
Binary 11010010 1101 0 0 1011110 1100100 10010 100 1100100 101001

Color Harmonies of #D20D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20D00

Black with #D20D00

Text Example


Text Example

White with #D20D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20D00; }

 p { color: rgb(210,13,0); }

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

background-color css

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

 a { background-color: rgb(210,13,0); }

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

border-color css

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

 span { border-color: rgb(210,13,0); }

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