Html Css Color HEX #DD1009 Free Speech Red

📋 copy color: '#DD1009'

red 221 ◦ green 16 ◦ blue 9

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

Shades of Free Speech Red #DD1009

Tints of Free Speech Red #DD1009

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.5%

 BLUE value IS 9 (3.91% from 255) = 3.66%

R = 89.84%
G = 6.5%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD1009 (or 0xDD1009) is known color: Free Speech Red. HEX triplet: DD, 10 and 09. RGB value is (221,16,9). Sum of RGB (Red+Green+Blue) = 221+16+9=246 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.84% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1009 is #22EFF6. Grayscale: #4C4C4C. Windows color (decimal): -2289655 or 594141. OLE color: 594141.

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

Color convert

RGB 221 16 9 -
CMYK 0 0.93 0.96 0.13
HSL 1.98º 0.92% 0.45% -
HSV(B) 1.98º 0.96% 0.87% -
XYZ 30.05 15.76 1.72 -
YUV 76.5 89.92 231.07 -
System Red Green Blue C M Y K H S L
Decimal 221 16 9 0 0.93 0.96 0.13 1.98 0.92 0.45
Hex DD 10 9 0 5D 60 D 2 5C 2D
Octal 335 20 11 0 135 140 15 2 134 55
Binary 11011101 10000 1001 0 1011101 1100000 1101 10 1011100 101101

Color Harmonies of #DD1009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1009

Black with #DD1009

Text Example


Text Example

White with #DD1009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1009; }

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

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

background-color css

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

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

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

border-color css

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

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

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