Html Css Color HEX #D01429 Fire Engine Red

📋 copy color: '#D01429'

red 208 ◦ green 20 ◦ blue 41

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

Shades of Fire Engine Red #D01429

Tints of Fire Engine Red #D01429

RGB

 RED value IS 208 (81.64% from 255) = 77.32%

 GREEN value IS 20 (8.2% from 255) = 7.43%

 BLUE value IS 41 (16.41% from 255) = 15.24%

R = 77.32%
G = 7.43%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D01429 (or 0xD01429) is known color: Fire Engine Red. HEX triplet: D0, 14 and 29. RGB value is (208,20,41). Sum of RGB (Red+Green+Blue) = 208+20+41=269 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.32% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 208 - color contains mainly: red. Hex color #D01429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01429 is #2FEBD6. Grayscale: #4E4E4E. Windows color (decimal): -3140567 or 2692304. OLE color: 2692304.

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

Color convert

RGB 208 20 41 -
CMYK 0 0.90 0.80 0.18
HSL 353.3º 0.82% 0.45% -
HSV(B) 353.3º 0.9% 0.82% -
XYZ 26.66 14.07 3.41 -
YUV 78.61 106.78 220.29 -
System Red Green Blue C M Y K H S L
Decimal 208 20 41 0 0.90 0.80 0.18 353.3 0.82 0.45
Hex D0 14 29 0 5A 50 12 161 52 2D
Octal 320 24 51 0 132 120 22 541 122 55
Binary 11010000 10100 101001 0 1011010 1010000 10010 101100001 1010010 101101

Color Harmonies of #D01429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01429

Black with #D01429

Text Example


Text Example

White with #D01429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01429; }

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

 H1.HeaderClassName
 {
   color: #D01429;
 }
 .AnyTagClassName
 {
   color: #D01429;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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