Html Css Color HEX #DD1B1C Fire Engine Red

📋 copy color: '#DD1B1C'

red 221 ◦ green 27 ◦ blue 28

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

Shades of Fire Engine Red #DD1B1C

Tints of Fire Engine Red #DD1B1C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.78%

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

R = 80.07%
G = 9.78%
B = 10.14%

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

#DD1B1C (or 0xDD1B1C) is known color: Fire Engine Red. HEX triplet: DD, 1B and 1C. RGB value is (221,27,28). Sum of RGB (Red+Green+Blue) = 221+27+28=276 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.07% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1B1C is #22E4E3. Grayscale: #555555. Windows color (decimal): -2286820 or 1842141. OLE color: 1842141.

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

Color convert

RGB 221 27 28 -
CMYK 0 0.88 0.87 0.13
HSL 359.69º 0.78% 0.49% -
HSV(B) 359.69º 0.88% 0.87% -
XYZ 30.42 16.24 2.63 -
YUV 85.12 95.77 224.92 -
System Red Green Blue C M Y K H S L
Decimal 221 27 28 0 0.88 0.87 0.13 359.69 0.78 0.49
Hex DD 1B 1C 0 58 57 D 168 4E 31
Octal 335 33 34 0 130 127 15 550 116 61
Binary 11011101 11011 11100 0 1011000 1010111 1101 101101000 1001110 110001

Color Harmonies of #DD1B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1B1C

Black with #DD1B1C

Text Example


Text Example

White with #DD1B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1B1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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