Html Css Color HEX #DD1A1C Fire Engine Red

📋 copy color: '#DD1A1C'

red 221 ◦ green 26 ◦ blue 28

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

Shades of Fire Engine Red #DD1A1C

Tints of Fire Engine Red #DD1A1C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.45%

 BLUE value IS 28 (11.33% from 255) = 10.18%

R = 80.36%
G = 9.45%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD1A1C (or 0xDD1A1C) is known color: Fire Engine Red. HEX triplet: DD, 1A and 1C. RGB value is (221,26,28). Sum of RGB (Red+Green+Blue) = 221+26+28=275 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.36% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1A1C is #22E5E3. Grayscale: #545454. Windows color (decimal): -2287076 or 1841885. OLE color: 1841885.

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

Color convert

RGB 221 26 28 -
CMYK 0 0.88 0.87 0.13
HSL 359.38º 0.79% 0.48% -
HSV(B) 359.38º 0.88% 0.87% -
XYZ 30.4 16.19 2.62 -
YUV 84.53 96.1 225.34 -
System Red Green Blue C M Y K H S L
Decimal 221 26 28 0 0.88 0.87 0.13 359.38 0.79 0.48
Hex DD 1A 1C 0 58 57 D 167 4F 30
Octal 335 32 34 0 130 127 15 547 117 60
Binary 11011101 11010 11100 0 1011000 1010111 1101 101100111 1001111 110000

Color Harmonies of #DD1A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1A1C

Black with #DD1A1C

Text Example


Text Example

White with #DD1A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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