Html Css Color HEX #D1151E Fire Engine Red

📋 copy color: '#D1151E'

red 209 ◦ green 21 ◦ blue 30

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

Shades of Fire Engine Red #D1151E

Tints of Fire Engine Red #D1151E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.54%

R = 80.38%
G = 8.08%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1151E (or 0xD1151E) is known color: Fire Engine Red. HEX triplet: D1, 15 and 1E. RGB value is (209,21,30). Sum of RGB (Red+Green+Blue) = 209+21+30=260 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.38% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 209 - color contains mainly: red. Hex color #D1151E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1151E is #2EEAE1. Grayscale: #4E4E4E. Windows color (decimal): -3074786 or 1971665. OLE color: 1971665.

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

Color convert

RGB 209 21 30 -
CMYK 0 0.90 0.86 0.18
HSL 357.13º 0.82% 0.45% -
HSV(B) 357.13º 0.9% 0.82% -
XYZ 26.8 14.19 2.55 -
YUV 78.24 100.78 221.27 -
System Red Green Blue C M Y K H S L
Decimal 209 21 30 0 0.90 0.86 0.18 357.13 0.82 0.45
Hex D1 15 1E 0 5A 56 12 165 52 2D
Octal 321 25 36 0 132 126 22 545 122 55
Binary 11010001 10101 11110 0 1011010 1010110 10010 101100101 1010010 101101

Color Harmonies of #D1151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1151E

Black with #D1151E

Text Example


Text Example

White with #D1151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1151E; }

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

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

background-color css

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

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

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

border-color css

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

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

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