#D61229

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

Shades of Fire Engine Red #D61229

Tints of Fire Engine Red #D61229

Color information

#D61229 (or 0xD61229) is unknown color: approx Fire Engine Red. HEX triplet: D6, 12 and 29. RGB value is (214,18,41). Sum of RGB (Red+Green+Blue) = 214+18+41=273 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.39% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 214 - color contains mainly: red. Hex color #D61229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61229 is #29EDD6. Grayscale: #4F4F4F. Windows color (decimal): -2747863 or 2691798. OLE color: 2691798.

HSL color Cylindrical-coordinate representation of color #D61229: hue angle of 352.96º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D61229 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB2141841-
CMYK00.920.810.16
HSL352.96º84.48%45.49%-
HSV(B)352.96º91.59%83.92%-
XYZ28.3514.893.48-
YUV79.23106.43224.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 78.39%
GREEN value IS 18 (7.42% from 255) = 6.59%
BLUE value IS 41 (16.41% from 255) = 15.02%
R=78.39%
G=6.59%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214184100.920.810.16352.9684.4845.49
HexD6122905C5110161542d
Octal326225101341212054112455
Binary1101011010010101001010111001010001100001011000011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D61229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D61229; }

 p { color: rgb(214,18,41); }

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

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

 a { background-color: rgb(214,18,41); }

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

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

 span { border-color: rgb(214,18,41); }

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