#D61129

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

Shades of Fire Engine Red #D61129

Tints of Fire Engine Red #D61129

Color information

#D61129 (or 0xD61129) is unknown color: approx Fire Engine Red. HEX triplet: D6, 11 and 29. RGB value is (214,17,41). Sum of RGB (Red+Green+Blue) = 214+17+41=272 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.68% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 214 - color contains mainly: red. Hex color #D61129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61129 is #29EED6. Grayscale: #4E4E4E. Windows color (decimal): -2748119 or 2691542. OLE color: 2691542.

HSL color Cylindrical-coordinate representation of color #D61129: hue angle of 352.69º degrees, saturation: 0.85, 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 #D61129 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB2141741-
CMYK00.920.810.16
HSL352.69º85.28%45.29%-
HSV(B)352.69º92.06%83.92%-
XYZ28.3314.863.47-
YUV78.64106.77224.55-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 78.68%
GREEN value IS 17 (7.03% from 255) = 6.25%
BLUE value IS 41 (16.41% from 255) = 15.07%
R=78.68%
G=6.25%
B=15.07%

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
Decimal214174100.920.810.16352.6985.2845.29
HexD6112905C5110161552d
Octal326215101341212054112555
Binary1101011010001101001010111001010001100001011000011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D61129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D61129; }

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

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

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

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

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

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

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

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