Html Css Color HEX #DD0D0D Free Speech Red

📋 copy color: '#DD0D0D'

red 221 ◦ green 13 ◦ blue 13

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

Shades of Free Speech Red #DD0D0D

Tints of Free Speech Red #DD0D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.26%

R = 89.47%
G = 5.26%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD0D0D (or 0xDD0D0D) is known color: Free Speech Red. HEX triplet: DD, 0D and 0D. RGB value is (221,13,13). Sum of RGB (Red+Green+Blue) = 221+13+13=247 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.47% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0D0D is #22F2F2. Grayscale: #4B4B4B. Windows color (decimal): -2290419 or 855517. OLE color: 855517.

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

Color convert

RGB 221 13 13 -
CMYK 0 0.94 0.94 0.13
HSL 0.89% 0.46% -
HSV(B) 0.94% 0.87% -
XYZ 30.04 15.69 1.83 -
YUV 75.19 92.91 232 -
System Red Green Blue C M Y K H S L
Decimal 221 13 13 0 0.94 0.94 0.13 0 0.89 0.46
Hex DD D D 0 5E 5E D 0 59 2E
Octal 335 15 15 0 136 136 15 0 131 56
Binary 11011101 1101 1101 0 1011110 1011110 1101 0 1011001 101110

Color Harmonies of #DD0D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0D0D

Black with #DD0D0D

Text Example


Text Example

White with #DD0D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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