Html Css Color HEX #DD0505 Free Speech Red

📋 copy color: '#DD0505'

red 221 ◦ green 5 ◦ blue 5

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

Shades of Free Speech Red #DD0505

Tints of Free Speech Red #DD0505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.16%

R = 95.67%
G = 2.16%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD0505 (or 0xDD0505) is known color: Free Speech Red. HEX triplet: DD, 05 and 05. RGB value is (221,5,5). Sum of RGB (Red+Green+Blue) = 221+5+5=231 (30% of max value = 765). Red value is 221 (86.72% from 255 or 95.67% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0505 is #22FAFA. Grayscale: #454545. Windows color (decimal): -2292475 or 329181. OLE color: 329181.

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

Color convert

RGB 221 5 5 -
CMYK 0 0.98 0.98 0.13
HSL 0.96% 0.44% -
HSV(B) 0.98% 0.87% -
XYZ 29.9 15.49 1.56 -
YUV 69.58 91.56 236 -
System Red Green Blue C M Y K H S L
Decimal 221 5 5 0 0.98 0.98 0.13 0 0.96 0.44
Hex DD 5 5 0 62 62 D 0 60 2C
Octal 335 5 5 0 142 142 15 0 140 54
Binary 11011101 101 101 0 1100010 1100010 1101 0 1100000 101100

Color Harmonies of #DD0505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0505

Black with #DD0505

Text Example


Text Example

White with #DD0505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0505; }

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

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

background-color css

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

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

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

border-color css

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

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

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