#D62527

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

Shades of Fire Engine Red #D62527

Tints of Fire Engine Red #D62527

Color information

#D62527 (or 0xD62527) is unknown color: approx Fire Engine Red. HEX triplet: D6, 25 and 27. RGB value is (214,37,39). Sum of RGB (Red+Green+Blue) = 214+37+39=290 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.79% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 214 - color contains mainly: red. Hex color #D62527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62527 is #29DAD8. Grayscale: #5A5A5A. Windows color (decimal): -2743001 or 2565590. OLE color: 2565590.

HSL color Cylindrical-coordinate representation of color #D62527: hue angle of 359.32º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D62527 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB2143739-
CMYK00.830.820.16
HSL359.32º70.52%49.22%-
HSV(B)359.32º82.71%83.92%-
XYZ28.7615.773.45-
YUV90.1599.14216.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 73.79%
GREEN value IS 37 (14.84% from 255) = 12.76%
BLUE value IS 39 (15.62% from 255) = 13.45%
R=73.79%
G=12.76%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214373900.830.820.16359.3270.5249.22
HexD6252705352101674731
Octal326454701231222054710761
Binary11010110100101100111010100111010010100001011001111000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62527; }

 p { color: rgb(214,37,39); }

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

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

 a { background-color: rgb(214,37,39); }

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

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

 span { border-color: rgb(214,37,39); }

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