Html Css Color HEX #D71226 Fire Engine Red

📋 copy color: '#D71226'

red 215 ◦ green 18 ◦ blue 38

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

Shades of Fire Engine Red #D71226

Tints of Fire Engine Red #D71226

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.64%

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

R = 79.34%
G = 6.64%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D71226 (or 0xD71226) is known color: Fire Engine Red. HEX triplet: D7, 12 and 26. RGB value is (215,18,38). Sum of RGB (Red+Green+Blue) = 215+18+38=271 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.34% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 215 - color contains mainly: red. Hex color #D71226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71226 is #28EDD9. Grayscale: #4F4F4F. Windows color (decimal): -2682330 or 2495191. OLE color: 2495191.

HSL color Cylindrical-coordinate representation of color #D71226: hue angle of 353.91º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D71226 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 18 38 -
CMYK 0 0.92 0.82 0.16
HSL 353.91º 0.85% 0.46% -
HSV(B) 353.91º 0.92% 0.84% -
XYZ 28.59 15.02 3.23 -
YUV 79.18 104.77 224.87 -
System Red Green Blue C M Y K H S L
Decimal 215 18 38 0 0.92 0.82 0.16 353.91 0.85 0.46
Hex D7 12 26 0 5C 52 10 162 55 2E
Octal 327 22 46 0 134 122 20 542 125 56
Binary 11010111 10010 100110 0 1011100 1010010 10000 101100010 1010101 101110

Color Harmonies of #D71226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71226

Black with #D71226

Text Example


Text Example

White with #D71226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71226; }

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

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

background-color css

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

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

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

border-color css

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

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

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