Html Css Color HEX #D7151E Fire Engine Red

📋 copy color: '#D7151E'

red 215 ◦ green 21 ◦ blue 30

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

Shades of Fire Engine Red #D7151E

Tints of Fire Engine Red #D7151E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.89%

 BLUE value IS 30 (12.11% from 255) = 11.28%

R = 80.83%
G = 7.89%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7151E (or 0xD7151E) is known color: Fire Engine Red. HEX triplet: D7, 15 and 1E. RGB value is (215,21,30). Sum of RGB (Red+Green+Blue) = 215+21+30=266 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.83% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 215 - color contains mainly: red. Hex color #D7151E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7151E is #28EAE1. Grayscale: #505050. Windows color (decimal): -2681570 or 1971671. OLE color: 1971671.

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

Color convert

RGB 215 21 30 -
CMYK 0 0.90 0.86 0.16
HSL 357.22º 0.82% 0.46% -
HSV(B) 357.22º 0.9% 0.84% -
XYZ 28.53 15.08 2.63 -
YUV 80.03 99.77 224.27 -
System Red Green Blue C M Y K H S L
Decimal 215 21 30 0 0.90 0.86 0.16 357.22 0.82 0.46
Hex D7 15 1E 0 5A 56 10 165 52 2E
Octal 327 25 36 0 132 126 20 545 122 56
Binary 11010111 10101 11110 0 1011010 1010110 10000 101100101 1010010 101110

Color Harmonies of #D7151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7151E

Black with #D7151E

Text Example


Text Example

White with #D7151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7151E; }

 p { color: rgb(215,21,30); }

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

background-color css

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

 a { background-color: rgb(215,21,30); }

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

border-color css

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

 span { border-color: rgb(215,21,30); }

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