Html Css Color HEX #DD1C27 Fire Engine Red

📋 copy color: '#DD1C27'

red 221 ◦ green 28 ◦ blue 39

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

Shades of Fire Engine Red #DD1C27

Tints of Fire Engine Red #DD1C27

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.72%

 BLUE value IS 39 (15.63% from 255) = 13.54%

R = 76.74%
G = 9.72%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD1C27 (or 0xDD1C27) is known color: Fire Engine Red. HEX triplet: DD, 1C and 27. RGB value is (221,28,39). Sum of RGB (Red+Green+Blue) = 221+28+39=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1C27 is #22E3D8. Grayscale: #575757. Windows color (decimal): -2286553 or 2563293. OLE color: 2563293.

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

Color convert

RGB 221 28 39 -
CMYK 0 0.87 0.82 0.13
HSL 356.58º 0.78% 0.49% -
HSV(B) 356.58º 0.87% 0.87% -
XYZ 30.6 16.35 3.46 -
YUV 86.96 100.94 223.61 -
System Red Green Blue C M Y K H S L
Decimal 221 28 39 0 0.87 0.82 0.13 356.58 0.78 0.49
Hex DD 1C 27 0 57 52 D 165 4E 31
Octal 335 34 47 0 127 122 15 545 116 61
Binary 11011101 11100 100111 0 1010111 1010010 1101 101100101 1001110 110001

Color Harmonies of #DD1C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1C27

Black with #DD1C27

Text Example


Text Example

White with #DD1C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1C27; }

 p { color: rgb(221,28,39); }

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

background-color css

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

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

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

border-color css

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

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

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