Html Css Color HEX #D1151D Fire Engine Red

📋 copy color: '#D1151D'

red 209 ◦ green 21 ◦ blue 29

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

Shades of Fire Engine Red #D1151D

Tints of Fire Engine Red #D1151D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.2%

R = 80.69%
G = 8.11%
B = 11.2%

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

#D1151D (or 0xD1151D) is known color: Fire Engine Red. HEX triplet: D1, 15 and 1D. RGB value is (209,21,29). Sum of RGB (Red+Green+Blue) = 209+21+29=259 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.69% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 209 - color contains mainly: red. Hex color #D1151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1151D is #2EEAE2. Grayscale: #4E4E4E. Windows color (decimal): -3074787 or 1906129. OLE color: 1906129.

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

Color convert

RGB 209 21 29 -
CMYK 0 0.90 0.86 0.18
HSL 357.45º 0.82% 0.45% -
HSV(B) 357.45º 0.9% 0.82% -
XYZ 26.78 14.18 2.49 -
YUV 78.12 100.28 221.35 -
System Red Green Blue C M Y K H S L
Decimal 209 21 29 0 0.90 0.86 0.18 357.45 0.82 0.45
Hex D1 15 1D 0 5A 56 12 165 52 2D
Octal 321 25 35 0 132 126 22 545 122 55
Binary 11010001 10101 11101 0 1011010 1010110 10010 101100101 1010010 101101

Color Harmonies of #D1151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1151D

Black with #D1151D

Text Example


Text Example

White with #D1151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1151D; }

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

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

background-color css

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

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

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

border-color css

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

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

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