Html Css Color HEX #DD0909 Free Speech Red

📋 copy color: '#DD0909'

red 221 ◦ green 9 ◦ blue 9

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

Shades of Free Speech Red #DD0909

Tints of Free Speech Red #DD0909

RGB

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

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

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

R = 92.47%
G = 3.77%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD0909 (or 0xDD0909) is known color: Free Speech Red. HEX triplet: DD, 09 and 09. RGB value is (221,9,9). Sum of RGB (Red+Green+Blue) = 221+9+9=239 (31% of max value = 765). Red value is 221 (86.72% from 255 or 92.47% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0909 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0909 is #22F6F6. Grayscale: #484848. Windows color (decimal): -2291447 or 592349. OLE color: 592349.

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

Color convert

RGB 221 9 9 -
CMYK 0 0.96 0.96 0.13
HSL 0.92% 0.45% -
HSV(B) 0.96% 0.87% -
XYZ 29.97 15.59 1.69 -
YUV 72.39 92.24 234 -
System Red Green Blue C M Y K H S L
Decimal 221 9 9 0 0.96 0.96 0.13 0 0.92 0.45
Hex DD 9 9 0 60 60 D 0 5C 2D
Octal 335 11 11 0 140 140 15 0 134 55
Binary 11011101 1001 1001 0 1100000 1100000 1101 0 1011100 101101

Color Harmonies of #DD0909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0909

Black with #DD0909

Text Example


Text Example

White with #DD0909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0909; }

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

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

background-color css

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

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

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

border-color css

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

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

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