Html Css Color HEX #D71A26 Fire Engine Red

📋 copy color: '#D71A26'

red 215 ◦ green 26 ◦ blue 38

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

Shades of Fire Engine Red #D71A26

Tints of Fire Engine Red #D71A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.62%

R = 77.06%
G = 9.32%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D71A26 (or 0xD71A26) is known color: Fire Engine Red. HEX triplet: D7, 1A and 26. RGB value is (215,26,38). Sum of RGB (Red+Green+Blue) = 215+26+38=279 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.06% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71A26 is #28E5D9. Grayscale: #545454. Windows color (decimal): -2680282 or 2497239. OLE color: 2497239.

HSL color Cylindrical-coordinate representation of color #D71A26: hue angle of 356.19º 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 #D71A26 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 26 38 -
CMYK 0 0.88 0.82 0.16
HSL 356.19º 0.78% 0.47% -
HSV(B) 356.19º 0.88% 0.84% -
XYZ 28.74 15.33 3.28 -
YUV 83.88 102.12 221.52 -
System Red Green Blue C M Y K H S L
Decimal 215 26 38 0 0.88 0.82 0.16 356.19 0.78 0.47
Hex D7 1A 26 0 58 52 10 164 4E 2F
Octal 327 32 46 0 130 122 20 544 116 57
Binary 11010111 11010 100110 0 1011000 1010010 10000 101100100 1001110 101111

Color Harmonies of #D71A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71A26

Black with #D71A26

Text Example


Text Example

White with #D71A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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