Html Css Color HEX #D7151C Fire Engine Red

📋 copy color: '#D7151C'

red 215 ◦ green 21 ◦ blue 28

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

Shades of Fire Engine Red #D7151C

Tints of Fire Engine Red #D7151C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.61%

R = 81.44%
G = 7.95%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7151C (or 0xD7151C) is known color: Fire Engine Red. HEX triplet: D7, 15 and 1C. RGB value is (215,21,28). Sum of RGB (Red+Green+Blue) = 215+21+28=264 (34% of max value = 765). Red value is 215 (84.38% from 255 or 81.44% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 215 - color contains mainly: red. Hex color #D7151C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7151C is #28EAE3. Grayscale: #4F4F4F. Windows color (decimal): -2681572 or 1840599. OLE color: 1840599.

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

Color convert

RGB 215 21 28 -
CMYK 0 0.90 0.87 0.16
HSL 357.84º 0.82% 0.46% -
HSV(B) 357.84º 0.9% 0.84% -
XYZ 28.5 15.07 2.5 -
YUV 79.8 98.77 224.43 -
System Red Green Blue C M Y K H S L
Decimal 215 21 28 0 0.90 0.87 0.16 357.84 0.82 0.46
Hex D7 15 1C 0 5A 57 10 166 52 2E
Octal 327 25 34 0 132 127 20 546 122 56
Binary 11010111 10101 11100 0 1011010 1010111 10000 101100110 1010010 101110

Color Harmonies of #D7151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7151C

Black with #D7151C

Text Example


Text Example

White with #D7151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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