Html Css Color HEX #DD0F0C Free Speech Red

📋 copy color: '#DD0F0C'

red 221 ◦ green 15 ◦ blue 12

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

Shades of Free Speech Red #DD0F0C

Tints of Free Speech Red #DD0F0C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.05%

 BLUE value IS 12 (5.08% from 255) = 4.84%

R = 89.11%
G = 6.05%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD0F0C (or 0xDD0F0C) is known color: Free Speech Red. HEX triplet: DD, 0F and 0C. RGB value is (221,15,12). Sum of RGB (Red+Green+Blue) = 221+15+12=248 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.11% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0F0C is #22F0F3. Grayscale: #4C4C4C. Windows color (decimal): -2289908 or 790493. OLE color: 790493.

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

Color convert

RGB 221 15 12 -
CMYK 0 0.93 0.95 0.13
HSL 0.86º 0.9% 0.46% -
HSV(B) 0.86º 0.95% 0.87% -
XYZ 30.06 15.74 1.8 -
YUV 76.25 91.75 231.24 -
System Red Green Blue C M Y K H S L
Decimal 221 15 12 0 0.93 0.95 0.13 0.86 0.9 0.46
Hex DD F C 0 5D 5F D 1 5A 2E
Octal 335 17 14 0 135 137 15 1 132 56
Binary 11011101 1111 1100 0 1011101 1011111 1101 1 1011010 101110

Color Harmonies of #DD0F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0F0C

Black with #DD0F0C

Text Example


Text Example

White with #DD0F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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