Html Css Color HEX #D31A1D Fire Engine Red

📋 copy color: '#D31A1D'

red 211 ◦ green 26 ◦ blue 29

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

Shades of Fire Engine Red #D31A1D

Tints of Fire Engine Red #D31A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.9%

R = 79.32%
G = 9.77%
B = 10.9%

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

#D31A1D (or 0xD31A1D) is known color: Fire Engine Red. HEX triplet: D3, 1A and 1D. RGB value is (211,26,29). Sum of RGB (Red+Green+Blue) = 211+26+29=266 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.32% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 211 - color contains mainly: red. Hex color #D31A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D31A1D is #2CE5E2. Grayscale: #515151. Windows color (decimal): -2942435 or 1907411. OLE color: 1907411.

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

Color convert

RGB 211 26 29 -
CMYK 0 0.88 0.86 0.17
HSL 359.03º 0.78% 0.46% -
HSV(B) 359.03º 0.88% 0.83% -
XYZ 27.46 14.68 2.55 -
YUV 81.66 98.29 220.26 -
System Red Green Blue C M Y K H S L
Decimal 211 26 29 0 0.88 0.86 0.17 359.03 0.78 0.46
Hex D3 1A 1D 0 58 56 11 167 4E 2E
Octal 323 32 35 0 130 126 21 547 116 56
Binary 11010011 11010 11101 0 1011000 1010110 10001 101100111 1001110 101110

Color Harmonies of #D31A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31A1D

Black with #D31A1D

Text Example


Text Example

White with #D31A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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