Html Css Color HEX #D71029 Fire Engine Red

📋 copy color: '#D71029'

red 215 ◦ green 16 ◦ blue 41

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

Shades of Fire Engine Red #D71029

Tints of Fire Engine Red #D71029

RGB

 RED value IS 215 (84.38% from 255) = 79.04%

 GREEN value IS 16 (6.64% from 255) = 5.88%

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

R = 79.04%
G = 5.88%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D71029 (or 0xD71029) is known color: Fire Engine Red. HEX triplet: D7, 10 and 29. RGB value is (215,16,41). Sum of RGB (Red+Green+Blue) = 215+16+41=272 (36% of max value = 765). Red value is 215 (84.38% from 255 or 79.04% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 215 - color contains mainly: red. Hex color #D71029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71029 is #28EFD6. Grayscale: #4E4E4E. Windows color (decimal): -2682839 or 2691287. OLE color: 2691287.

HSL color Cylindrical-coordinate representation of color #D71029: hue angle of 352.46º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D71029 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 16 41 -
CMYK 0 0.93 0.81 0.16
HSL 352.46º 0.86% 0.45% -
HSV(B) 352.46º 0.93% 0.84% -
XYZ 28.61 14.98 3.48 -
YUV 78.35 106.93 225.47 -
System Red Green Blue C M Y K H S L
Decimal 215 16 41 0 0.93 0.81 0.16 352.46 0.86 0.45
Hex D7 10 29 0 5D 51 10 160 56 2D
Octal 327 20 51 0 135 121 20 540 126 55
Binary 11010111 10000 101001 0 1011101 1010001 10000 101100000 1010110 101101

Color Harmonies of #D71029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71029

Black with #D71029

Text Example


Text Example

White with #D71029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71029; }

 p { color: rgb(215,16,41); }

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

background-color css

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

 a { background-color: rgb(215,16,41); }

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

border-color css

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

 span { border-color: rgb(215,16,41); }

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