Html Css Color HEX #D31E28 Fire Engine Red

📋 copy color: '#D31E28'

red 211 ◦ green 30 ◦ blue 40

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

Shades of Fire Engine Red #D31E28

Tints of Fire Engine Red #D31E28

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.68%

 BLUE value IS 40 (16.02% from 255) = 14.23%

R = 75.09%
G = 10.68%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D31E28 (or 0xD31E28) is known color: Fire Engine Red. HEX triplet: D3, 1E and 28. RGB value is (211,30,40). Sum of RGB (Red+Green+Blue) = 211+30+40=281 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.09% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 211 - color contains mainly: red. Hex color #D31E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D31E28 is #2CE1D7. Grayscale: #555555. Windows color (decimal): -2941400 or 2629331. OLE color: 2629331.

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

Color convert

RGB 211 30 40 -
CMYK 0 0.86 0.81 0.17
HSL 356.69º 0.75% 0.47% -
HSV(B) 356.69º 0.86% 0.83% -
XYZ 27.71 14.93 3.43 -
YUV 85.26 102.47 217.69 -
System Red Green Blue C M Y K H S L
Decimal 211 30 40 0 0.86 0.81 0.17 356.69 0.75 0.47
Hex D3 1E 28 0 56 51 11 165 4B 2F
Octal 323 36 50 0 126 121 21 545 113 57
Binary 11010011 11110 101000 0 1010110 1010001 10001 101100101 1001011 101111

Color Harmonies of #D31E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31E28

Black with #D31E28

Text Example


Text Example

White with #D31E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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