Html Css Color HEX #D1161A Fire Engine Red

📋 copy color: '#D1161A'

red 209 ◦ green 22 ◦ blue 26

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

Shades of Fire Engine Red #D1161A

Tints of Fire Engine Red #D1161A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.56%

 BLUE value IS 26 (10.55% from 255) = 10.12%

R = 81.32%
G = 8.56%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1161A (or 0xD1161A) is known color: Fire Engine Red. HEX triplet: D1, 16 and 1A. RGB value is (209,22,26). Sum of RGB (Red+Green+Blue) = 209+22+26=257 (34% of max value = 765). Red value is 209 (82.03% from 255 or 81.32% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 209 - color contains mainly: red. Hex color #D1161A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1161A is #2EE9E5. Grayscale: #4E4E4E. Windows color (decimal): -3074534 or 1709777. OLE color: 1709777.

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

Color convert

RGB 209 22 26 -
CMYK 0 0.89 0.88 0.18
HSL 358.72º 0.81% 0.45% -
HSV(B) 358.72º 0.89% 0.82% -
XYZ 26.77 14.2 2.31 -
YUV 78.37 98.45 221.17 -
System Red Green Blue C M Y K H S L
Decimal 209 22 26 0 0.89 0.88 0.18 358.72 0.81 0.45
Hex D1 16 1A 0 59 58 12 167 51 2D
Octal 321 26 32 0 131 130 22 547 121 55
Binary 11010001 10110 11010 0 1011001 1011000 10010 101100111 1010001 101101

Color Harmonies of #D1161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1161A

Black with #D1161A

Text Example


Text Example

White with #D1161A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1161A; }

 p { color: rgb(209,22,26); }

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

background-color css

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

 a { background-color: rgb(209,22,26); }

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

border-color css

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

 span { border-color: rgb(209,22,26); }

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