Html Css Color HEX #D71A29 Fire Engine Red

📋 copy color: '#D71A29'

red 215 ◦ green 26 ◦ blue 41

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

Shades of Fire Engine Red #D71A29

Tints of Fire Engine Red #D71A29

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.22%

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

R = 76.24%
G = 9.22%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D71A29 (or 0xD71A29) is known color: Fire Engine Red. HEX triplet: D7, 1A and 29. RGB value is (215,26,41). Sum of RGB (Red+Green+Blue) = 215+26+41=282 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.24% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71A29 is #28E5D6. Grayscale: #545454. Windows color (decimal): -2680279 or 2693847. OLE color: 2693847.

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

Color convert

RGB 215 26 41 -
CMYK 0 0.88 0.81 0.16
HSL 355.24º 0.78% 0.47% -
HSV(B) 355.24º 0.88% 0.84% -
XYZ 28.79 15.35 3.54 -
YUV 84.22 103.62 221.28 -
System Red Green Blue C M Y K H S L
Decimal 215 26 41 0 0.88 0.81 0.16 355.24 0.78 0.47
Hex D7 1A 29 0 58 51 10 163 4E 2F
Octal 327 32 51 0 130 121 20 543 116 57
Binary 11010111 11010 101001 0 1011000 1010001 10000 101100011 1001110 101111

Color Harmonies of #D71A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71A29

Black with #D71A29

Text Example


Text Example

White with #D71A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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