Html Css Color HEX #D7152D Fire Engine Red

📋 copy color: '#D7152D'

red 215 ◦ green 21 ◦ blue 45

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

Shades of Fire Engine Red #D7152D

Tints of Fire Engine Red #D7152D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.01%

R = 76.51%
G = 7.47%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7152D (or 0xD7152D) is known color: Fire Engine Red. HEX triplet: D7, 15 and 2D. RGB value is (215,21,45). Sum of RGB (Red+Green+Blue) = 215+21+45=281 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.51% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 215 - color contains mainly: red. Hex color #D7152D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7152D is #28EAD2. Grayscale: #515151. Windows color (decimal): -2681555 or 2954711. OLE color: 2954711.

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

Color convert

RGB 215 21 45 -
CMYK 0 0.90 0.79 0.16
HSL 352.58º 0.82% 0.46% -
HSV(B) 352.58º 0.9% 0.84% -
XYZ 28.77 15.17 3.9 -
YUV 81.74 107.27 223.05 -
System Red Green Blue C M Y K H S L
Decimal 215 21 45 0 0.90 0.79 0.16 352.58 0.82 0.46
Hex D7 15 2D 0 5A 4F 10 161 52 2E
Octal 327 25 55 0 132 117 20 541 122 56
Binary 11010111 10101 101101 0 1011010 1001111 10000 101100001 1010010 101110

Color Harmonies of #D7152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7152D

Black with #D7152D

Text Example


Text Example

White with #D7152D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7152D; }

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

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

background-color css

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

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

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

border-color css

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

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

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