Html Css Color HEX #DD0D09 Free Speech Red

📋 copy color: '#DD0D09'

red 221 ◦ green 13 ◦ blue 9

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

Shades of Free Speech Red #DD0D09

Tints of Free Speech Red #DD0D09

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.35%

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

R = 90.95%
G = 5.35%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD0D09 (or 0xDD0D09) is known color: Free Speech Red. HEX triplet: DD, 0D and 09. RGB value is (221,13,9). Sum of RGB (Red+Green+Blue) = 221+13+9=243 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.95% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0D09 is #22F2F6. Grayscale: #4A4A4A. Windows color (decimal): -2290423 or 593373. OLE color: 593373.

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

Color convert

RGB 221 13 9 -
CMYK 0 0.94 0.96 0.13
HSL 1.13º 0.92% 0.45% -
HSV(B) 1.13º 0.96% 0.87% -
XYZ 30.01 15.68 1.7 -
YUV 74.74 90.91 232.33 -
System Red Green Blue C M Y K H S L
Decimal 221 13 9 0 0.94 0.96 0.13 1.13 0.92 0.45
Hex DD D 9 0 5E 60 D 1 5C 2D
Octal 335 15 11 0 136 140 15 1 134 55
Binary 11011101 1101 1001 0 1011110 1100000 1101 1 1011100 101101

Color Harmonies of #DD0D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0D09

Black with #DD0D09

Text Example


Text Example

White with #DD0D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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