Html Css Color HEX #D31A1E Fire Engine Red

📋 copy color: '#D31A1E'

red 211 ◦ green 26 ◦ blue 30

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

Shades of Fire Engine Red #D31A1E

Tints of Fire Engine Red #D31A1E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.74%

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

R = 79.03%
G = 9.74%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D31A1E (or 0xD31A1E) is known color: Fire Engine Red. HEX triplet: D3, 1A and 1E. RGB value is (211,26,30). Sum of RGB (Red+Green+Blue) = 211+26+30=267 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.03% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 211 - color contains mainly: red. Hex color #D31A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D31A1E is #2CE5E1. Grayscale: #515151. Windows color (decimal): -2942434 or 1972947. OLE color: 1972947.

HSL color Cylindrical-coordinate representation of color #D31A1E: hue angle of 358.7º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31A1E is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 26 30 -
CMYK 0 0.88 0.86 0.17
HSL 358.7º 0.78% 0.46% -
HSV(B) 358.7º 0.88% 0.83% -
XYZ 27.47 14.68 2.61 -
YUV 81.77 98.79 220.17 -
System Red Green Blue C M Y K H S L
Decimal 211 26 30 0 0.88 0.86 0.17 358.7 0.78 0.46
Hex D3 1A 1E 0 58 56 11 167 4E 2E
Octal 323 32 36 0 130 126 21 547 116 56
Binary 11010011 11010 11110 0 1011000 1010110 10001 101100111 1001110 101110

Color Harmonies of #D31A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31A1E

Black with #D31A1E

Text Example


Text Example

White with #D31A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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