Html Css Color HEX #D8152B Fire Engine Red

📋 copy color: '#D8152B'

red 216 ◦ green 21 ◦ blue 43

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

Shades of Fire Engine Red #D8152B

Tints of Fire Engine Red #D8152B

RGB

 RED value IS 216 (84.77% from 255) = 77.14%

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

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

R = 77.14%
G = 7.5%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8152B (or 0xD8152B) is known color: Fire Engine Red. HEX triplet: D8, 15 and 2B. RGB value is (216,21,43). Sum of RGB (Red+Green+Blue) = 216+21+43=280 (37% of max value = 765). Red value is 216 (84.77% from 255 or 77.14% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 216 - color contains mainly: red. Hex color #D8152B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8152B is #27EAD4. Grayscale: #515151. Windows color (decimal): -2616021 or 2823640. OLE color: 2823640.

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

Color convert

RGB 216 21 43 -
CMYK 0 0.90 0.80 0.15
HSL 353.23º 0.82% 0.46% -
HSV(B) 353.23º 0.9% 0.85% -
XYZ 29.02 15.31 3.71 -
YUV 81.81 106.1 223.71 -
System Red Green Blue C M Y K H S L
Decimal 216 21 43 0 0.90 0.80 0.15 353.23 0.82 0.46
Hex D8 15 2B 0 5A 50 F 161 52 2E
Octal 330 25 53 0 132 120 17 541 122 56
Binary 11011000 10101 101011 0 1011010 1010000 1111 101100001 1010010 101110

Color Harmonies of #D8152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8152B

Black with #D8152B

Text Example


Text Example

White with #D8152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8152B; }

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

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

background-color css

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

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

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

border-color css

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

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

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