Html Css Color HEX #DD0905 Free Speech Red

📋 copy color: '#DD0905'

red 221 ◦ green 9 ◦ blue 5

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

Shades of Free Speech Red #DD0905

Tints of Free Speech Red #DD0905

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.83%

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

R = 94.04%
G = 3.83%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD0905 (or 0xDD0905) is known color: Free Speech Red. HEX triplet: DD, 09 and 05. RGB value is (221,9,5). Sum of RGB (Red+Green+Blue) = 221+9+5=235 (31% of max value = 765). Red value is 221 (86.72% from 255 or 94.04% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0905 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0905 is #22F6FA. Grayscale: #484848. Windows color (decimal): -2291451 or 330205. OLE color: 330205.

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

Color convert

RGB 221 9 5 -
CMYK 0 0.96 0.98 0.13
HSL 1.11º 0.96% 0.44% -
HSV(B) 1.11º 0.98% 0.87% -
XYZ 29.94 15.58 1.57 -
YUV 71.93 90.24 234.33 -
System Red Green Blue C M Y K H S L
Decimal 221 9 5 0 0.96 0.98 0.13 1.11 0.96 0.44
Hex DD 9 5 0 60 62 D 1 60 2C
Octal 335 11 5 0 140 142 15 1 140 54
Binary 11011101 1001 101 0 1100000 1100010 1101 1 1100000 101100

Color Harmonies of #DD0905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0905

Black with #DD0905

Text Example


Text Example

White with #DD0905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0905; }

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

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

background-color css

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

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

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

border-color css

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

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

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