Html Css Color HEX #D71A27 Fire Engine Red

📋 copy color: '#D71A27'

red 215 ◦ green 26 ◦ blue 39

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

Shades of Fire Engine Red #D71A27

Tints of Fire Engine Red #D71A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.93%

R = 76.79%
G = 9.29%
B = 13.93%

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

#D71A27 (or 0xD71A27) is known color: Fire Engine Red. HEX triplet: D7, 1A and 27. RGB value is (215,26,39). Sum of RGB (Red+Green+Blue) = 215+26+39=280 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.79% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71A27 is #28E5D8. Grayscale: #545454. Windows color (decimal): -2680281 or 2562775. OLE color: 2562775.

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

Color convert

RGB 215 26 39 -
CMYK 0 0.88 0.82 0.16
HSL 355.87º 0.78% 0.47% -
HSV(B) 355.87º 0.88% 0.84% -
XYZ 28.76 15.33 3.36 -
YUV 83.99 102.62 221.44 -
System Red Green Blue C M Y K H S L
Decimal 215 26 39 0 0.88 0.82 0.16 355.87 0.78 0.47
Hex D7 1A 27 0 58 52 10 164 4E 2F
Octal 327 32 47 0 130 122 20 544 116 57
Binary 11010111 11010 100111 0 1011000 1010010 10000 101100100 1001110 101111

Color Harmonies of #D71A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71A27

Black with #D71A27

Text Example


Text Example

White with #D71A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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