Html Css Color HEX #D31E29 Fire Engine Red

📋 copy color: '#D31E29'

red 211 ◦ green 30 ◦ blue 41

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

Shades of Fire Engine Red #D31E29

Tints of Fire Engine Red #D31E29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.54%

R = 74.82%
G = 10.64%
B = 14.54%

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

#D31E29 (or 0xD31E29) is known color: Fire Engine Red. HEX triplet: D3, 1E and 29. RGB value is (211,30,41). Sum of RGB (Red+Green+Blue) = 211+30+41=282 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.82% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 211 - color contains mainly: red. Hex color #D31E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D31E29 is #2CE1D6. Grayscale: #555555. Windows color (decimal): -2941399 or 2694867. OLE color: 2694867.

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

Color convert

RGB 211 30 41 -
CMYK 0 0.86 0.81 0.17
HSL 356.35º 0.75% 0.47% -
HSV(B) 356.35º 0.86% 0.83% -
XYZ 27.73 14.94 3.52 -
YUV 85.37 102.97 217.61 -
System Red Green Blue C M Y K H S L
Decimal 211 30 41 0 0.86 0.81 0.17 356.35 0.75 0.47
Hex D3 1E 29 0 56 51 11 164 4B 2F
Octal 323 36 51 0 126 121 21 544 113 57
Binary 11010011 11110 101001 0 1010110 1010001 10001 101100100 1001011 101111

Color Harmonies of #D31E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31E29

Black with #D31E29

Text Example


Text Example

White with #D31E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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