Html Css Color HEX #D1131C Fire Engine Red

📋 copy color: '#D1131C'

red 209 ◦ green 19 ◦ blue 28

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

Shades of Fire Engine Red #D1131C

Tints of Fire Engine Red #D1131C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.94%

R = 81.64%
G = 7.42%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1131C (or 0xD1131C) is known color: Fire Engine Red. HEX triplet: D1, 13 and 1C. RGB value is (209,19,28). Sum of RGB (Red+Green+Blue) = 209+19+28=256 (33% of max value = 765). Red value is 209 (82.03% from 255 or 81.64% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 209 - color contains mainly: red. Hex color #D1131C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1131C is #2EECE3. Grayscale: #4C4C4C. Windows color (decimal): -3075300 or 1840081. OLE color: 1840081.

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

Color convert

RGB 209 19 28 -
CMYK 0 0.91 0.87 0.18
HSL 357.16º 0.83% 0.45% -
HSV(B) 357.16º 0.91% 0.82% -
XYZ 26.74 14.1 2.41 -
YUV 76.84 100.45 222.27 -
System Red Green Blue C M Y K H S L
Decimal 209 19 28 0 0.91 0.87 0.18 357.16 0.83 0.45
Hex D1 13 1C 0 5B 57 12 165 53 2D
Octal 321 23 34 0 133 127 22 545 123 55
Binary 11010001 10011 11100 0 1011011 1010111 10010 101100101 1010011 101101

Color Harmonies of #D1131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1131C

Black with #D1131C

Text Example


Text Example

White with #D1131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1131C; }

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

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

background-color css

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

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

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

border-color css

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

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

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