Html Css Color HEX #DD1F24 Fire Engine Red

📋 copy color: '#DD1F24'

red 221 ◦ green 31 ◦ blue 36

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

Shades of Fire Engine Red #DD1F24

Tints of Fire Engine Red #DD1F24

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.76%

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

R = 76.74%
G = 10.76%
B = 12.5%

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

#DD1F24 (or 0xDD1F24) is known color: Fire Engine Red. HEX triplet: DD, 1F and 24. RGB value is (221,31,36). Sum of RGB (Red+Green+Blue) = 221+31+36=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1F24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1F24 is #22E0DB. Grayscale: #585858. Windows color (decimal): -2285788 or 2367453. OLE color: 2367453.

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

Color convert

RGB 221 31 36 -
CMYK 0 0.86 0.84 0.13
HSL 358.42º 0.75% 0.49% -
HSV(B) 358.42º 0.86% 0.87% -
XYZ 30.63 16.48 3.24 -
YUV 88.38 98.45 222.59 -
System Red Green Blue C M Y K H S L
Decimal 221 31 36 0 0.86 0.84 0.13 358.42 0.75 0.49
Hex DD 1F 24 0 56 54 D 166 4B 31
Octal 335 37 44 0 126 124 15 546 113 61
Binary 11011101 11111 100100 0 1010110 1010100 1101 101100110 1001011 110001

Color Harmonies of #DD1F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1F24

Black with #DD1F24

Text Example


Text Example

White with #DD1F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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