Html Css Color HEX #D20200 Free Speech Red

📋 copy color: '#D20200'

red 210 ◦ green 2 ◦ blue 0

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

Shades of Free Speech Red #D20200

Tints of Free Speech Red #D20200

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

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

R = 99.06%
G = 0.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D20200 (or 0xD20200) is known color: Free Speech Red. HEX triplet: D2, 02 and 00. RGB value is (210,2,0). Sum of RGB (Red+Green+Blue) = 210+2+0=212 (28% of max value = 765). Red value is 210 (82.42% from 255 or 99.06% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 210 - color contains mainly: red. Hex color #D20200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20200 is #2DFDFF. Grayscale: #404040. Windows color (decimal): -3014144 or 722. OLE color: 722.

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

Color convert

RGB 210 2 0 -
CMYK 0 0.99 1 0.18
HSL 0.57º 1% 0.41% -
HSV(B) 0.57º 1% 0.82% -
XYZ 26.6 13.75 1.25 -
YUV 63.96 91.91 232.16 -
System Red Green Blue C M Y K H S L
Decimal 210 2 0 0 0.99 1 0.18 0.57 1 0.41
Hex D2 2 0 0 63 64 12 1 64 29
Octal 322 2 0 0 143 144 22 1 144 51
Binary 11010010 10 0 0 1100011 1100100 10010 1 1100100 101001

Color Harmonies of #D20200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20200

Black with #D20200

Text Example


Text Example

White with #D20200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20200; }

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

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

background-color css

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

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

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

border-color css

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

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

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