Html Css Color HEX #DD0D02 Free Speech Red

📋 copy color: '#DD0D02'

red 221 ◦ green 13 ◦ blue 2

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

Shades of Free Speech Red #DD0D02

Tints of Free Speech Red #DD0D02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 93.64%
G = 5.51%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD0D02 (or 0xDD0D02) is known color: Free Speech Red. HEX triplet: DD, 0D and 02. RGB value is (221,13,2). Sum of RGB (Red+Green+Blue) = 221+13+2=236 (31% of max value = 765). Red value is 221 (86.72% from 255 or 93.64% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0D02 is #22F2FD. Grayscale: #4A4A4A. Windows color (decimal): -2290430 or 134621. OLE color: 134621.

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

Color convert

RGB 221 13 2 -
CMYK 0 0.94 0.99 0.13
HSL 3.01º 0.98% 0.44% -
HSV(B) 3.01º 0.99% 0.87% -
XYZ 29.97 15.66 1.5 -
YUV 73.94 87.41 232.89 -
System Red Green Blue C M Y K H S L
Decimal 221 13 2 0 0.94 0.99 0.13 3.01 0.98 0.44
Hex DD D 2 0 5E 63 D 3 62 2C
Octal 335 15 2 0 136 143 15 3 142 54
Binary 11011101 1101 10 0 1011110 1100011 1101 11 1100010 101100

Color Harmonies of #DD0D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0D02

Black with #DD0D02

Text Example


Text Example

White with #DD0D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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