Html Css Color HEX #D1181B Fire Engine Red

📋 copy color: '#D1181B'

red 209 ◦ green 24 ◦ blue 27

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

Shades of Fire Engine Red #D1181B

Tints of Fire Engine Red #D1181B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.23%

 BLUE value IS 27 (10.94% from 255) = 10.38%

R = 80.38%
G = 9.23%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1181B (or 0xD1181B) is known color: Fire Engine Red. HEX triplet: D1, 18 and 1B. RGB value is (209,24,27). Sum of RGB (Red+Green+Blue) = 209+24+27=260 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.38% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 209 - color contains mainly: red. Hex color #D1181B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1181B is #2EE7E4. Grayscale: #4F4F4F. Windows color (decimal): -3074021 or 1775825. OLE color: 1775825.

HSL color Cylindrical-coordinate representation of color #D1181B: hue angle of 359.03º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1181B is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 24 27 -
CMYK 0 0.89 0.87 0.18
HSL 359.03º 0.79% 0.46% -
HSV(B) 359.03º 0.89% 0.82% -
XYZ 26.82 14.29 2.38 -
YUV 79.66 98.29 220.26 -
System Red Green Blue C M Y K H S L
Decimal 209 24 27 0 0.89 0.87 0.18 359.03 0.79 0.46
Hex D1 18 1B 0 59 57 12 167 4F 2E
Octal 321 30 33 0 131 127 22 547 117 56
Binary 11010001 11000 11011 0 1011001 1010111 10010 101100111 1001111 101110

Color Harmonies of #D1181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1181B

Black with #D1181B

Text Example


Text Example

White with #D1181B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1181B; }

 p { color: rgb(209,24,27); }

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

background-color css

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

 a { background-color: rgb(209,24,27); }

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

border-color css

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

 span { border-color: rgb(209,24,27); }

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