Html Css Color HEX #D31B1C Fire Engine Red

📋 copy color: '#D31B1C'

red 211 ◦ green 27 ◦ blue 28

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

Shades of Fire Engine Red #D31B1C

Tints of Fire Engine Red #D31B1C

RGB

 RED value IS 211 (82.81% from 255) = 79.32%

 GREEN value IS 27 (10.94% from 255) = 10.15%

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

R = 79.32%
G = 10.15%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D31B1C (or 0xD31B1C) is known color: Fire Engine Red. HEX triplet: D3, 1B and 1C. RGB value is (211,27,28). Sum of RGB (Red+Green+Blue) = 211+27+28=266 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.32% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 211 - color contains mainly: red. Hex color #D31B1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D31B1C is #2CE4E3. Grayscale: #525252. Windows color (decimal): -2942180 or 1842131. OLE color: 1842131.

HSL color Cylindrical-coordinate representation of color #D31B1C: hue angle of 359.67º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D31B1C is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 27 28 -
CMYK 0 0.87 0.87 0.17
HSL 359.67º 0.77% 0.47% -
HSV(B) 359.67º 0.87% 0.83% -
XYZ 27.47 14.72 2.49 -
YUV 82.13 97.46 219.92 -
System Red Green Blue C M Y K H S L
Decimal 211 27 28 0 0.87 0.87 0.17 359.67 0.77 0.47
Hex D3 1B 1C 0 57 57 11 168 4D 2F
Octal 323 33 34 0 127 127 21 550 115 57
Binary 11010011 11011 11100 0 1010111 1010111 10001 101101000 1001101 101111

Color Harmonies of #D31B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31B1C

Black with #D31B1C

Text Example


Text Example

White with #D31B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31B1C; }

 p { color: rgb(211,27,28); }

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

background-color css

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

 a { background-color: rgb(211,27,28); }

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

border-color css

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

 span { border-color: rgb(211,27,28); }

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