Html Css Color HEX #DD0200 Free Speech Red

📋 copy color: '#DD0200'

red 221 ◦ green 2 ◦ blue 0

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

Shades of Free Speech Red #DD0200

Tints of Free Speech Red #DD0200

RGB

 RED value IS 221 (86.72% from 255) = 99.1%

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

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

R = 99.1%
G = 0.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD0200 (or 0xDD0200) is known color: Free Speech Red. HEX triplet: DD, 02 and 00. RGB value is (221,2,0). Sum of RGB (Red+Green+Blue) = 221+2+0=223 (29% of max value = 765). Red value is 221 (86.72% from 255 or 99.10% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0200 is #22FDFF. Grayscale: #434343. Windows color (decimal): -2293248 or 733. OLE color: 733.

HSL color Cylindrical-coordinate representation of color #DD0200: hue angle of 0.54º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0200 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 2 0 -
CMYK 0 0.99 1 0.13
HSL 0.54º 1% 0.43% -
HSV(B) 0.54º 1% 0.87% -
XYZ 29.84 15.42 1.4 -
YUV 67.25 90.05 237.66 -
System Red Green Blue C M Y K H S L
Decimal 221 2 0 0 0.99 1 0.13 0.54 1 0.43
Hex DD 2 0 0 63 64 D 1 64 2B
Octal 335 2 0 0 143 144 15 1 144 53
Binary 11011101 10 0 0 1100011 1100100 1101 1 1100100 101011

Color Harmonies of #DD0200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0200

Black with #DD0200

Text Example


Text Example

White with #DD0200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0200; }

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

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

background-color css

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

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

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

border-color css

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

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

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