#D00429

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

Shades of Fire Engine Red #D00429

Tints of Fire Engine Red #D00429

Color information

#D00429 (or 0xD00429) is unknown color: approx Fire Engine Red. HEX triplet: D0, 04 and 29. RGB value is (208,4,41). Sum of RGB (Red+Green+Blue) = 208+4+41=253 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.21% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 208 - color contains mainly: red. Hex color #D00429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00429 is #2FFBD6. Grayscale: #454545. Windows color (decimal): -3144663 or 2688208. OLE color: 2688208.

HSL color Cylindrical-coordinate representation of color #D00429: hue angle of 349.12º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D00429 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB208441-
CMYK00.980.800.18
HSL349.12º96.23%41.57%-
HSV(B)349.12º98.08%81.57%-
XYZ26.4613.663.34-
YUV69.21112.09226.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 82.21%
GREEN value IS 4 (1.95% from 255) = 1.58%
BLUE value IS 41 (16.41% from 255) = 16.21%
R=82.21%
G=1.58%
B=16.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20844100.980.800.18349.1296.2341.57
HexD0429062501215d602a
Octal32045101421202253514052
Binary11010000100101001011000101010000100101010111011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00429; }

 p { color: rgb(208,4,41); }

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

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

 a { background-color: rgb(208,4,41); }

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

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

 span { border-color: rgb(208,4,41); }

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