#DD1B22

Color #DD1B22 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #DD1B22

Tints of Fire Engine Red #DD1B22

Color information

#DD1B22 (or 0xDD1B22) is unknown color: approx Fire Engine Red. HEX triplet: DD, 1B and 22. RGB value is (221,27,34). Sum of RGB (Red+Green+Blue) = 221+27+34=282 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.37% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1B22 is #22E4DD. Grayscale: #555555. Windows color (decimal): -2286814 or 2235357. OLE color: 2235357.

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

Color convert

RGB2212734-
CMYK00.880.850.13
HSL357.84º78.23%48.63%-
HSV(B)357.84º87.78%86.67%-
XYZ30.516.273.05-
YUV85.898.77224.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 78.37%
GREEN value IS 27 (10.94% from 255) = 9.57%
BLUE value IS 34 (13.67% from 255) = 12.06%
R=78.37%
G=9.57%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221273400.880.850.13357.8478.2348.63
HexDD1B2205855D1664e31
Octal335334201301251554611661
Binary110111011101110001001011000101010111011011001101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1B22; }

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

 H1.HeaderClassName
 {
   color: #DD1B22;
 }
 .AnyTagClassName
 {
   color: #DD1B22;
 }
</style>
background-color css

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

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

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

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

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

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