Html Css Color HEX #D31A2D Fire Engine Red

📋 copy color: '#D31A2D'

red 211 ◦ green 26 ◦ blue 45

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

Shades of Fire Engine Red #D31A2D

Tints of Fire Engine Red #D31A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.96%

R = 74.82%
G = 9.22%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D31A2D (or 0xD31A2D) is known color: Fire Engine Red. HEX triplet: D3, 1A and 2D. RGB value is (211,26,45). Sum of RGB (Red+Green+Blue) = 211+26+45=282 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.82% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 211 - color contains mainly: red. Hex color #D31A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D31A2D is #2CE5D2. Grayscale: #535353. Windows color (decimal): -2942419 or 2955987. OLE color: 2955987.

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

Color convert

RGB 211 26 45 -
CMYK 0 0.88 0.79 0.17
HSL 353.84º 0.78% 0.46% -
HSV(B) 353.84º 0.88% 0.83% -
XYZ 27.71 14.78 3.87 -
YUV 83.48 106.29 218.96 -
System Red Green Blue C M Y K H S L
Decimal 211 26 45 0 0.88 0.79 0.17 353.84 0.78 0.46
Hex D3 1A 2D 0 58 4F 11 162 4E 2E
Octal 323 32 55 0 130 117 21 542 116 56
Binary 11010011 11010 101101 0 1011000 1001111 10001 101100010 1001110 101110

Color Harmonies of #D31A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31A2D

Black with #D31A2D

Text Example


Text Example

White with #D31A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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