Html Css Color HEX #D20000 Free Speech Red

📋 copy color: '#D20000'

red 210 ◦ green 0 ◦ blue 0

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

Shades of Free Speech Red #D20000

Tints of Free Speech Red #D20000

RGB

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

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

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

R = 100%
G = 0%
B = 0%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D20000 (or 0xD20000) is known color: Free Speech Red. HEX triplet: D2, 00 and 00. RGB value is (210,0,0). Sum of RGB (Red+Green+Blue) = 210+0+0=210 (27% of max value = 765). Red value is 210 (82.42% from 255 or 100% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 210 - color contains mainly: red. Hex color #D20000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20000 is #2DFFFF. Grayscale: #3F3F3F. Windows color (decimal): -3014656 or 210. OLE color: 210.

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

Color convert

RGB 210 0 0 -
CMYK 0 1 1 0.18
HSL 1% 0.41% -
HSV(B) 1% 0.82% -
XYZ 26.58 13.7 1.24 -
YUV 62.79 92.57 233 -
System Red Green Blue C M Y K H S L
Decimal 210 0 0 0 1 1 0.18 0 1 0.41
Hex D2 0 0 0 64 64 12 0 64 29
Octal 322 0 0 0 144 144 22 0 144 51
Binary 11010010 0 0 0 1100100 1100100 10010 0 1100100 101001

Color Harmonies of #D20000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20000

Black with #D20000

Text Example


Text Example

White with #D20000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20000; }

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

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

background-color css

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

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

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

border-color css

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

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

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