Html Css Color HEX #DD0502 Free Speech Red

📋 copy color: '#DD0502'

red 221 ◦ green 5 ◦ blue 2

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

Shades of Free Speech Red #DD0502

Tints of Free Speech Red #DD0502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.19%

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

R = 96.93%
G = 2.19%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD0502 (or 0xDD0502) is known color: Free Speech Red. HEX triplet: DD, 05 and 02. RGB value is (221,5,2). Sum of RGB (Red+Green+Blue) = 221+5+2=228 (30% of max value = 765). Red value is 221 (86.72% from 255 or 96.93% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0502 is #22FAFD. Grayscale: #454545. Windows color (decimal): -2292478 or 132573. OLE color: 132573.

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

Color convert

RGB 221 5 2 -
CMYK 0 0.98 0.99 0.13
HSL 0.82º 0.98% 0.44% -
HSV(B) 0.82º 0.99% 0.87% -
XYZ 29.88 15.49 1.47 -
YUV 69.24 90.06 236.24 -
System Red Green Blue C M Y K H S L
Decimal 221 5 2 0 0.98 0.99 0.13 0.82 0.98 0.44
Hex DD 5 2 0 62 63 D 1 62 2C
Octal 335 5 2 0 142 143 15 1 142 54
Binary 11011101 101 10 0 1100010 1100011 1101 1 1100010 101100

Color Harmonies of #DD0502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0502

Black with #DD0502

Text Example


Text Example

White with #DD0502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0502; }

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

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

background-color css

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

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

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

border-color css

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

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

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