Html Css Color HEX #D31B1E Fire Engine Red

📋 copy color: '#D31B1E'

red 211 ◦ green 27 ◦ blue 30

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

Shades of Fire Engine Red #D31B1E

Tints of Fire Engine Red #D31B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.19%

R = 78.73%
G = 10.07%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D31B1E (or 0xD31B1E) is known color: Fire Engine Red. HEX triplet: D3, 1B and 1E. RGB value is (211,27,30). Sum of RGB (Red+Green+Blue) = 211+27+30=268 (35% of max value = 765). Red value is 211 (82.81% from 255 or 78.73% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 211 - color contains mainly: red. Hex color #D31B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D31B1E is #2CE4E1. Grayscale: #525252. Windows color (decimal): -2942178 or 1973203. OLE color: 1973203.

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

Color convert

RGB 211 27 30 -
CMYK 0 0.87 0.86 0.17
HSL 359.02º 0.77% 0.47% -
HSV(B) 359.02º 0.87% 0.83% -
XYZ 27.49 14.73 2.62 -
YUV 82.36 98.46 219.76 -
System Red Green Blue C M Y K H S L
Decimal 211 27 30 0 0.87 0.86 0.17 359.02 0.77 0.47
Hex D3 1B 1E 0 57 56 11 167 4D 2F
Octal 323 33 36 0 127 126 21 547 115 57
Binary 11010011 11011 11110 0 1010111 1010110 10001 101100111 1001101 101111

Color Harmonies of #D31B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31B1E

Black with #D31B1E

Text Example


Text Example

White with #D31B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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