Html Css Color HEX #DD0C20 Fire Engine Red

📋 copy color: '#DD0C20'

red 221 ◦ green 12 ◦ blue 32

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

Shades of Fire Engine Red #DD0C20

Tints of Fire Engine Red #DD0C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.08%

R = 83.4%
G = 4.53%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD0C20 (or 0xDD0C20) is known color: Fire Engine Red. HEX triplet: DD, 0C and 20. RGB value is (221,12,32). Sum of RGB (Red+Green+Blue) = 221+12+32=265 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.40% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0C20 is #22F3DF. Grayscale: #4C4C4C. Windows color (decimal): -2290656 or 2100445. OLE color: 2100445.

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

Color convert

RGB 221 12 32 -
CMYK 0 0.95 0.86 0.13
HSL 354.26º 0.9% 0.46% -
HSV(B) 354.26º 0.95% 0.87% -
XYZ 30.21 15.74 2.81 -
YUV 76.77 102.74 230.87 -
System Red Green Blue C M Y K H S L
Decimal 221 12 32 0 0.95 0.86 0.13 354.26 0.9 0.46
Hex DD C 20 0 5F 56 D 162 5A 2E
Octal 335 14 40 0 137 126 15 542 132 56
Binary 11011101 1100 100000 0 1011111 1010110 1101 101100010 1011010 101110

Color Harmonies of #DD0C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0C20

Black with #DD0C20

Text Example


Text Example

White with #DD0C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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