Html Css Color HEX #D00200 Free Speech Red

📋 copy color: '#D00200'

red 208 ◦ green 2 ◦ blue 0

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

Shades of Free Speech Red #D00200

Tints of Free Speech Red #D00200

RGB

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

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

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

R = 99.05%
G = 0.95%
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

#D00200 (or 0xD00200) is known color: Free Speech Red. HEX triplet: D0, 02 and 00. RGB value is (208,2,0). Sum of RGB (Red+Green+Blue) = 208+2+0=210 (27% of max value = 765). Red value is 208 (81.64% from 255 or 99.05% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 208 - color contains mainly: red. Hex color #D00200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00200 is #2FFDFF. Grayscale: #3F3F3F. Windows color (decimal): -3145216 or 720. OLE color: 720.

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

Color convert

RGB 208 2 0 -
CMYK 0 0.99 1 0.18
HSL 0.58º 1% 0.41% -
HSV(B) 0.58º 1% 0.82% -
XYZ 26.03 13.45 1.22 -
YUV 63.37 92.25 231.16 -
System Red Green Blue C M Y K H S L
Decimal 208 2 0 0 0.99 1 0.18 0.58 1 0.41
Hex D0 2 0 0 63 64 12 1 64 29
Octal 320 2 0 0 143 144 22 1 144 51
Binary 11010000 10 0 0 1100011 1100100 10010 1 1100100 101001

Color Harmonies of #D00200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00200

Black with #D00200

Text Example


Text Example

White with #D00200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00200; }

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

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

background-color css

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

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

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

border-color css

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

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

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