#D40C1E

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

Shades of Fire Engine Red #D40C1E

Tints of Fire Engine Red #D40C1E

Color information

#D40C1E (or 0xD40C1E) is unknown color: approx Fire Engine Red. HEX triplet: D4, 0C and 1E. RGB value is (212,12,30). Sum of RGB (Red+Green+Blue) = 212+12+30=254 (33% of max value = 765). Red value is 212 (83.20% from 255 or 83.46% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 212 - color contains mainly: red. Hex color #D40C1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40C1E is #2BF3E1. Grayscale: #494949. Windows color (decimal): -2880482 or 1969364. OLE color: 1969364.

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

Color convert

RGB2121230-
CMYK00.940.860.17
HSL354.6º89.29%43.92%-
HSV(B)354.6º94.34%83.14%-
XYZ27.5214.352.55-
YUV73.85103.26226.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 83.46%
GREEN value IS 12 (5.08% from 255) = 4.72%
BLUE value IS 30 (12.11% from 255) = 11.81%
R=83.46%
G=4.72%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212123000.940.860.17354.689.2943.92
HexD4C1E05E5611163592c
Octal324143601361262154313154
Binary11010100110011110010111101010110100011011000111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D40C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D40C1E; }

 p { color: rgb(212,12,30); }

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

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

 a { background-color: rgb(212,12,30); }

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

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

 span { border-color: rgb(212,12,30); }

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