Html Css Color HEX #D7152B Fire Engine Red

📋 copy color: '#D7152B'

red 215 ◦ green 21 ◦ blue 43

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

Shades of Fire Engine Red #D7152B

Tints of Fire Engine Red #D7152B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.41%

R = 77.06%
G = 7.53%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D7152B (or 0xD7152B) is known color: Fire Engine Red. HEX triplet: D7, 15 and 2B. RGB value is (215,21,43). Sum of RGB (Red+Green+Blue) = 215+21+43=279 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.06% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 215 - color contains mainly: red. Hex color #D7152B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7152B is #28EAD4. Grayscale: #515151. Windows color (decimal): -2681557 or 2823639. OLE color: 2823639.

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

Color convert

RGB 215 21 43 -
CMYK 0 0.90 0.8 0.16
HSL 353.2º 0.82% 0.46% -
HSV(B) 353.2º 0.9% 0.84% -
XYZ 28.73 15.16 3.7 -
YUV 81.51 106.27 223.21 -
System Red Green Blue C M Y K H S L
Decimal 215 21 43 0 0.90 0.8 0.16 353.2 0.82 0.46
Hex D7 15 2B 0 5A 50 10 161 52 2E
Octal 327 25 53 0 132 120 20 541 122 56
Binary 11010111 10101 101011 0 1011010 1010000 10000 101100001 1010010 101110

Color Harmonies of #D7152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7152B

Black with #D7152B

Text Example


Text Example

White with #D7152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7152B; }

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

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

background-color css

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

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

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

border-color css

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

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

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