Html Css Color HEX #D71426 Fire Engine Red

📋 copy color: '#D71426'

red 215 ◦ green 20 ◦ blue 38

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

Shades of Fire Engine Red #D71426

Tints of Fire Engine Red #D71426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.33%

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

R = 78.75%
G = 7.33%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D71426 (or 0xD71426) is known color: Fire Engine Red. HEX triplet: D7, 14 and 26. RGB value is (215,20,38). Sum of RGB (Red+Green+Blue) = 215+20+38=273 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.75% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 215 - color contains mainly: red. Hex color #D71426 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71426 is #28EBD9. Grayscale: #505050. Windows color (decimal): -2681818 or 2495703. OLE color: 2495703.

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

Color convert

RGB 215 20 38 -
CMYK 0 0.91 0.82 0.16
HSL 354.46º 0.83% 0.46% -
HSV(B) 354.46º 0.91% 0.84% -
XYZ 28.62 15.09 3.24 -
YUV 80.36 104.1 224.04 -
System Red Green Blue C M Y K H S L
Decimal 215 20 38 0 0.91 0.82 0.16 354.46 0.83 0.46
Hex D7 14 26 0 5B 52 10 162 53 2E
Octal 327 24 46 0 133 122 20 542 123 56
Binary 11010111 10100 100110 0 1011011 1010010 10000 101100010 1010011 101110

Color Harmonies of #D71426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71426

Black with #D71426

Text Example


Text Example

White with #D71426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71426; }

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

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

background-color css

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

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

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

border-color css

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

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

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