#D4002A

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

Shades of Fire Engine Red #D4002A

Tints of Fire Engine Red #D4002A

Color information

#D4002A (or 0xD4002A) is unknown color: approx Fire Engine Red. HEX triplet: D4, 00 and 2A. RGB value is (212,0,42). Sum of RGB (Red+Green+Blue) = 212+0+42=254 (33% of max value = 765). Red value is 212 (83.20% from 255 or 83.46% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 212 - color contains mainly: red. Hex color #D4002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4002A is #2BFFD5. Grayscale: #444444. Windows color (decimal): -2883542 or 2752724. OLE color: 2752724.

HSL color Cylindrical-coordinate representation of color #D4002A: hue angle of 348.11º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D4002A is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB212042-
CMYK010.800.17
HSL348.11º100%41.57%-
HSV(B)348.11º100%83.14%-
XYZ27.5714.163.47-
YUV68.18113.24230.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 83.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 16.54%
R=83.46%
G=0%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212042010.800.17348.1110041.57
HexD402A064501115c642a
Octal32405201441202153414452
Binary110101000101010011001001010000100011010111001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4002A; }

 p { color: rgb(212,0,42); }

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

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

 a { background-color: rgb(212,0,42); }

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

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

 span { border-color: rgb(212,0,42); }

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