Html Css Color HEX #D01529 Fire Engine Red

📋 copy color: '#D01529'

red 208 ◦ green 21 ◦ blue 41

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

Shades of Fire Engine Red #D01529

Tints of Fire Engine Red #D01529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.78%

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

R = 77.04%
G = 7.78%
B = 15.19%

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

#D01529 (or 0xD01529) is known color: Fire Engine Red. HEX triplet: D0, 15 and 29. RGB value is (208,21,41). Sum of RGB (Red+Green+Blue) = 208+21+41=270 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.04% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 208 - color contains mainly: red. Hex color #D01529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01529 is #2FEAD6. Grayscale: #4F4F4F. Windows color (decimal): -3140311 or 2692560. OLE color: 2692560.

HSL color Cylindrical-coordinate representation of color #D01529: hue angle of 353.58º 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 #D01529 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 21 41 -
CMYK 0 0.90 0.80 0.18
HSL 353.58º 0.82% 0.45% -
HSV(B) 353.58º 0.9% 0.82% -
XYZ 26.68 14.11 3.41 -
YUV 79.19 106.45 219.87 -
System Red Green Blue C M Y K H S L
Decimal 208 21 41 0 0.90 0.80 0.18 353.58 0.82 0.45
Hex D0 15 29 0 5A 50 12 162 52 2D
Octal 320 25 51 0 132 120 22 542 122 55
Binary 11010000 10101 101001 0 1011010 1010000 10010 101100010 1010010 101101

Color Harmonies of #D01529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01529

Black with #D01529

Text Example


Text Example

White with #D01529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01529; }

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

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

background-color css

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

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

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

border-color css

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

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

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