Html Css Color HEX #D1131F Fire Engine Red

📋 copy color: '#D1131F'

red 209 ◦ green 19 ◦ blue 31

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

Shades of Fire Engine Red #D1131F

Tints of Fire Engine Red #D1131F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.34%

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

R = 80.69%
G = 7.34%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D1131F (or 0xD1131F) is known color: Fire Engine Red. HEX triplet: D1, 13 and 1F. RGB value is (209,19,31). Sum of RGB (Red+Green+Blue) = 209+19+31=259 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.69% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 209 - color contains mainly: red. Hex color #D1131F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1131F is #2EECE0. Grayscale: #4D4D4D. Windows color (decimal): -3075297 or 2036689. OLE color: 2036689.

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

Color convert

RGB 209 19 31 -
CMYK 0 0.91 0.85 0.18
HSL 356.21º 0.83% 0.45% -
HSV(B) 356.21º 0.91% 0.82% -
XYZ 26.77 14.12 2.61 -
YUV 77.18 101.95 222.02 -
System Red Green Blue C M Y K H S L
Decimal 209 19 31 0 0.91 0.85 0.18 356.21 0.83 0.45
Hex D1 13 1F 0 5B 55 12 164 53 2D
Octal 321 23 37 0 133 125 22 544 123 55
Binary 11010001 10011 11111 0 1011011 1010101 10010 101100100 1010011 101101

Color Harmonies of #D1131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1131F

Black with #D1131F

Text Example


Text Example

White with #D1131F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1131F; }

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

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

background-color css

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

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

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

border-color css

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

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

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