Html Css Color HEX #D1152D Fire Engine Red

📋 copy color: '#D1152D'

red 209 ◦ green 21 ◦ blue 45

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

Shades of Fire Engine Red #D1152D

Tints of Fire Engine Red #D1152D

RGB

 RED value IS 209 (82.03% from 255) = 76%

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

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

R = 76%
G = 7.64%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1152D (or 0xD1152D) is known color: Fire Engine Red. HEX triplet: D1, 15 and 2D. RGB value is (209,21,45). Sum of RGB (Red+Green+Blue) = 209+21+45=275 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 209 - color contains mainly: red. Hex color #D1152D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1152D is #2EEAD2. Grayscale: #505050. Windows color (decimal): -3074771 or 2954705. OLE color: 2954705.

HSL color Cylindrical-coordinate representation of color #D1152D: hue angle of 352.34º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1152D is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 21 45 -
CMYK 0 0.90 0.78 0.18
HSL 352.34º 0.82% 0.45% -
HSV(B) 352.34º 0.9% 0.82% -
XYZ 27.04 14.28 3.81 -
YUV 79.95 108.28 220.05 -
System Red Green Blue C M Y K H S L
Decimal 209 21 45 0 0.90 0.78 0.18 352.34 0.82 0.45
Hex D1 15 2D 0 5A 4E 12 160 52 2D
Octal 321 25 55 0 132 116 22 540 122 55
Binary 11010001 10101 101101 0 1011010 1001110 10010 101100000 1010010 101101

Color Harmonies of #D1152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1152D

Black with #D1152D

Text Example


Text Example

White with #D1152D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1152D; }

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

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

background-color css

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

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

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

border-color css

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

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

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