#D31D27

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

Shades of Fire Engine Red #D31D27

Tints of Fire Engine Red #D31D27

Color information

#D31D27 (or 0xD31D27) is unknown color: approx Fire Engine Red. HEX triplet: D3, 1D and 27. RGB value is (211,29,39). Sum of RGB (Red+Green+Blue) = 211+29+39=279 (36% of max value = 765). Red value is 211 (82.81% from 255 or 75.63% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 211 - color contains mainly: red. Hex color #D31D27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D31D27 is #2CE2D8. Grayscale: #545454. Windows color (decimal): -2941657 or 2563539. OLE color: 2563539.

HSL color Cylindrical-coordinate representation of color #D31D27: hue angle of 356.7º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D31D27 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB2112939-
CMYK00.860.820.17
HSL356.7º75.83%47.06%-
HSV(B)356.7º86.26%82.75%-
XYZ27.6714.873.33-
YUV84.56102.3218.19-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 75.63%
GREEN value IS 29 (11.72% from 255) = 10.39%
BLUE value IS 39 (15.62% from 255) = 13.98%
R=75.63%
G=10.39%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.82
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211293900.860.820.17356.775.8347.06
HexD31D2705652111654c2f
Octal323354701261222154511457
Binary1101001111101100111010101101010010100011011001011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D31D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D31D27; }

 p { color: rgb(211,29,39); }

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

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

 a { background-color: rgb(211,29,39); }

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

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

 span { border-color: rgb(211,29,39); }

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