Html Css Color HEX #D1101F Fire Engine Red

📋 copy color: '#D1101F'

red 209 ◦ green 16 ◦ blue 31

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

Shades of Fire Engine Red #D1101F

Tints of Fire Engine Red #D1101F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.25%

 BLUE value IS 31 (12.5% from 255) = 12.11%

R = 81.64%
G = 6.25%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D1101F (or 0xD1101F) is known color: Fire Engine Red. HEX triplet: D1, 10 and 1F. RGB value is (209,16,31). Sum of RGB (Red+Green+Blue) = 209+16+31=256 (33% of max value = 765). Red value is 209 (82.03% from 255 or 81.64% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 209 - color contains mainly: red. Hex color #D1101F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1101F is #2EEFE0. Grayscale: #4B4B4B. Windows color (decimal): -3076065 or 2035921. OLE color: 2035921.

HSL color Cylindrical-coordinate representation of color #D1101F: hue angle of 355.34º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1101F is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 16 31 -
CMYK 0 0.92 0.85 0.18
HSL 355.34º 0.86% 0.44% -
HSV(B) 355.34º 0.92% 0.82% -
XYZ 26.73 14.02 2.59 -
YUV 75.42 102.94 223.28 -
System Red Green Blue C M Y K H S L
Decimal 209 16 31 0 0.92 0.85 0.18 355.34 0.86 0.44
Hex D1 10 1F 0 5C 55 12 163 56 2C
Octal 321 20 37 0 134 125 22 543 126 54
Binary 11010001 10000 11111 0 1011100 1010101 10010 101100011 1010110 101100

Color Harmonies of #D1101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1101F

Black with #D1101F

Text Example


Text Example

White with #D1101F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1101F; }

 p { color: rgb(209,16,31); }

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

background-color css

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

 a { background-color: rgb(209,16,31); }

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

border-color css

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

 span { border-color: rgb(209,16,31); }

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