Html Css Color HEX #DD1E24 Fire Engine Red

📋 copy color: '#DD1E24'

red 221 ◦ green 30 ◦ blue 36

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

Shades of Fire Engine Red #DD1E24

Tints of Fire Engine Red #DD1E24

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.45%

 BLUE value IS 36 (14.45% from 255) = 12.54%

R = 77%
G = 10.45%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD1E24 (or 0xDD1E24) is known color: Fire Engine Red. HEX triplet: DD, 1E and 24. RGB value is (221,30,36). Sum of RGB (Red+Green+Blue) = 221+30+36=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1E24 is #22E1DB. Grayscale: #575757. Windows color (decimal): -2286044 or 2367197. OLE color: 2367197.

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

Color convert

RGB 221 30 36 -
CMYK 0 0.86 0.84 0.13
HSL 358.12º 0.76% 0.49% -
HSV(B) 358.12º 0.86% 0.87% -
XYZ 30.6 16.43 3.23 -
YUV 87.79 98.78 223.01 -
System Red Green Blue C M Y K H S L
Decimal 221 30 36 0 0.86 0.84 0.13 358.12 0.76 0.49
Hex DD 1E 24 0 56 54 D 166 4C 31
Octal 335 36 44 0 126 124 15 546 114 61
Binary 11011101 11110 100100 0 1010110 1010100 1101 101100110 1001100 110001

Color Harmonies of #DD1E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1E24

Black with #DD1E24

Text Example


Text Example

White with #DD1E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1E24; }

 p { color: rgb(221,30,36); }

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

background-color css

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

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

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

border-color css

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

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

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