Html Css Color HEX #D7152A Fire Engine Red

📋 copy color: '#D7152A'

red 215 ◦ green 21 ◦ blue 42

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

Shades of Fire Engine Red #D7152A

Tints of Fire Engine Red #D7152A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.11%

R = 77.34%
G = 7.55%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7152A (or 0xD7152A) is known color: Fire Engine Red. HEX triplet: D7, 15 and 2A. RGB value is (215,21,42). Sum of RGB (Red+Green+Blue) = 215+21+42=278 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.34% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 215 - color contains mainly: red. Hex color #D7152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7152A is #28EAD5. Grayscale: #515151. Windows color (decimal): -2681558 or 2758103. OLE color: 2758103.

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

Color convert

RGB 215 21 42 -
CMYK 0 0.90 0.80 0.16
HSL 353.51º 0.82% 0.46% -
HSV(B) 353.51º 0.9% 0.84% -
XYZ 28.71 15.15 3.6 -
YUV 81.4 105.77 223.29 -
System Red Green Blue C M Y K H S L
Decimal 215 21 42 0 0.90 0.80 0.16 353.51 0.82 0.46
Hex D7 15 2A 0 5A 50 10 162 52 2E
Octal 327 25 52 0 132 120 20 542 122 56
Binary 11010111 10101 101010 0 1011010 1010000 10000 101100010 1010010 101110

Color Harmonies of #D7152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7152A

Black with #D7152A

Text Example


Text Example

White with #D7152A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7152A; }

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

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

background-color css

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

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

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

border-color css

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

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

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