Html Css Color HEX #DD0E05 Free Speech Red

📋 copy color: '#DD0E05'

red 221 ◦ green 14 ◦ blue 5

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

Shades of Free Speech Red #DD0E05

Tints of Free Speech Red #DD0E05

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.83%

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

R = 92.08%
G = 5.83%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD0E05 (or 0xDD0E05) is known color: Free Speech Red. HEX triplet: DD, 0E and 05. RGB value is (221,14,5). Sum of RGB (Red+Green+Blue) = 221+14+5=240 (31% of max value = 765). Red value is 221 (86.72% from 255 or 92.08% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0E05 is #22F1FA. Grayscale: #4B4B4B. Windows color (decimal): -2290171 or 331485. OLE color: 331485.

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

Color convert

RGB 221 14 5 -
CMYK 0 0.94 0.98 0.13
HSL 2.5º 0.96% 0.44% -
HSV(B) 2.5º 0.98% 0.87% -
XYZ 30 15.7 1.59 -
YUV 74.87 88.58 232.23 -
System Red Green Blue C M Y K H S L
Decimal 221 14 5 0 0.94 0.98 0.13 2.5 0.96 0.44
Hex DD E 5 0 5E 62 D 2 60 2C
Octal 335 16 5 0 136 142 15 2 140 54
Binary 11011101 1110 101 0 1011110 1100010 1101 10 1100000 101100

Color Harmonies of #DD0E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0E05

Black with #DD0E05

Text Example


Text Example

White with #DD0E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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