#DE121A

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

Shades of Fire Engine Red #DE121A

Tints of Fire Engine Red #DE121A

Color information

#DE121A (or 0xDE121A) is unknown color: approx Fire Engine Red. HEX triplet: DE, 12 and 1A. RGB value is (222,18,26). Sum of RGB (Red+Green+Blue) = 222+18+26=266 (35% of max value = 765). Red value is 222 (87.11% from 255 or 83.46% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 222 - color contains mainly: red. Hex color #DE121A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE121A is #21EDE5. Grayscale: #505050. Windows color (decimal): -2223590 or 1708766. OLE color: 1708766.

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

Color convert

RGB2221826-
CMYK00.920.880.13
HSL357.65º85%47.06%-
HSV(B)357.65º91.89%87.06%-
XYZ30.5316.042.46-
YUV79.9197.59229.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 83.46%
GREEN value IS 18 (7.42% from 255) = 6.77%
BLUE value IS 26 (10.55% from 255) = 9.77%
R=83.46%
G=6.77%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222182600.920.880.13357.658547.06
HexDE121A05C58D166552f
Octal336223201341301554612557
Binary11011110100101101001011100101100011011011001101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE121A; }

 p { color: rgb(222,18,26); }

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

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

 a { background-color: rgb(222,18,26); }

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

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

 span { border-color: rgb(222,18,26); }

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