Html Css Color HEX #D1131B Fire Engine Red

📋 copy color: '#D1131B'

red 209 ◦ green 19 ◦ blue 27

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

Shades of Fire Engine Red #D1131B

Tints of Fire Engine Red #D1131B

RGB

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

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

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

R = 81.96%
G = 7.45%
B = 10.59%

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

#D1131B (or 0xD1131B) is known color: Fire Engine Red. HEX triplet: D1, 13 and 1B. RGB value is (209,19,27). Sum of RGB (Red+Green+Blue) = 209+19+27=255 (33% of max value = 765). Red value is 209 (82.03% from 255 or 81.96% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 209 - color contains mainly: red. Hex color #D1131B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1131B is #2EECE4. Grayscale: #4C4C4C. Windows color (decimal): -3075301 or 1774545. OLE color: 1774545.

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

Color convert

RGB 209 19 27 -
CMYK 0 0.91 0.87 0.18
HSL 357.47º 0.83% 0.45% -
HSV(B) 357.47º 0.91% 0.82% -
XYZ 26.73 14.1 2.35 -
YUV 76.72 99.95 222.35 -
System Red Green Blue C M Y K H S L
Decimal 209 19 27 0 0.91 0.87 0.18 357.47 0.83 0.45
Hex D1 13 1B 0 5B 57 12 165 53 2D
Octal 321 23 33 0 133 127 22 545 123 55
Binary 11010001 10011 11011 0 1011011 1010111 10010 101100101 1010011 101101

Color Harmonies of #D1131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1131B

Black with #D1131B

Text Example


Text Example

White with #D1131B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1131B; }

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

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

background-color css

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

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

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

border-color css

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

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

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