Html Css Color HEX #D00429 Fire Engine Red

📋 copy color: '#D00429'

red 208 ◦ green 4 ◦ blue 41

#D00429
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #D00429

Tints of Fire Engine Red #D00429

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 value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D00429 (or 0xD00429) is known color: 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

RGB 208 4 41 -
CMYK 0 0.98 0.80 0.18
HSL 349.12º 0.96% 0.42% -
HSV(B) 349.12º 0.98% 0.82% -
XYZ 26.46 13.66 3.34 -
YUV 69.21 112.09 226.99 -
System Red Green Blue C M Y K H S L
Decimal 208 4 41 0 0.98 0.80 0.18 349.12 0.96 0.42
Hex D0 4 29 0 62 50 12 15D 60 2A
Octal 320 4 51 0 142 120 22 535 140 52
Binary 11010000 100 101001 0 1100010 1010000 10010 101011101 1100000 101010

Color Harmonies of #D00429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00429

Black with #D00429

Text Example


Text Example

White with #D00429

Text Example


Text Example

HTML Codes & Css Web 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>