Html Css Color HEX #DD1B28 Fire Engine Red

📋 copy color: '#DD1B28'

red 221 ◦ green 27 ◦ blue 40

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

Shades of Fire Engine Red #DD1B28

Tints of Fire Engine Red #DD1B28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.89%

R = 76.74%
G = 9.38%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD1B28 (or 0xDD1B28) is known color: Fire Engine Red. HEX triplet: DD, 1B and 28. RGB value is (221,27,40). Sum of RGB (Red+Green+Blue) = 221+27+40=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 27 (10.94% from 255 or 9.38% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1B28 is #22E4D7. Grayscale: #565656. Windows color (decimal): -2286808 or 2628573. OLE color: 2628573.

HSL color Cylindrical-coordinate representation of color #DD1B28: hue angle of 355.98º 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 #DD1B28 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 27 40 -
CMYK 0 0.88 0.82 0.13
HSL 355.98º 0.78% 0.49% -
HSV(B) 355.98º 0.88% 0.87% -
XYZ 30.59 16.31 3.54 -
YUV 86.49 101.77 223.94 -
System Red Green Blue C M Y K H S L
Decimal 221 27 40 0 0.88 0.82 0.13 355.98 0.78 0.49
Hex DD 1B 28 0 58 52 D 164 4E 31
Octal 335 33 50 0 130 122 15 544 116 61
Binary 11011101 11011 101000 0 1011000 1010010 1101 101100100 1001110 110001

Color Harmonies of #DD1B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1B28

Black with #DD1B28

Text Example


Text Example

White with #DD1B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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