Html Css Color HEX #DD0C09 Free Speech Red

📋 copy color: '#DD0C09'

red 221 ◦ green 12 ◦ blue 9

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

Shades of Free Speech Red #DD0C09

Tints of Free Speech Red #DD0C09

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.96%

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

R = 91.32%
G = 4.96%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD0C09 (or 0xDD0C09) is known color: Free Speech Red. HEX triplet: DD, 0C and 09. RGB value is (221,12,9). Sum of RGB (Red+Green+Blue) = 221+12+9=242 (32% of max value = 765). Red value is 221 (86.72% from 255 or 91.32% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0C09 is #22F3F6. Grayscale: #4A4A4A. Windows color (decimal): -2290679 or 593117. OLE color: 593117.

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

Color convert

RGB 221 12 9 -
CMYK 0 0.95 0.96 0.13
HSL 0.85º 0.92% 0.45% -
HSV(B) 0.85º 0.96% 0.87% -
XYZ 30 15.65 1.7 -
YUV 74.15 91.24 232.74 -
System Red Green Blue C M Y K H S L
Decimal 221 12 9 0 0.95 0.96 0.13 0.85 0.92 0.45
Hex DD C 9 0 5F 60 D 1 5C 2D
Octal 335 14 11 0 137 140 15 1 134 55
Binary 11011101 1100 1001 0 1011111 1100000 1101 1 1011100 101101

Color Harmonies of #DD0C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0C09

Black with #DD0C09

Text Example


Text Example

White with #DD0C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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