Html Css Color HEX #D31D28 Fire Engine Red

📋 copy color: '#D31D28'

red 211 ◦ green 29 ◦ blue 40

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

Shades of Fire Engine Red #D31D28

Tints of Fire Engine Red #D31D28

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.36%

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

R = 75.36%
G = 10.36%
B = 14.29%

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

#D31D28 (or 0xD31D28) is known color: Fire Engine Red. HEX triplet: D3, 1D and 28. RGB value is (211,29,40). Sum of RGB (Red+Green+Blue) = 211+29+40=280 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.36% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 211 - color contains mainly: red. Hex color #D31D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D31D28 is #2CE2D7. Grayscale: #545454. Windows color (decimal): -2941656 or 2629075. OLE color: 2629075.

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

Color convert

RGB 211 29 40 -
CMYK 0 0.86 0.81 0.17
HSL 356.37º 0.76% 0.47% -
HSV(B) 356.37º 0.86% 0.83% -
XYZ 27.69 14.88 3.42 -
YUV 84.67 102.8 218.11 -
System Red Green Blue C M Y K H S L
Decimal 211 29 40 0 0.86 0.81 0.17 356.37 0.76 0.47
Hex D3 1D 28 0 56 51 11 164 4C 2F
Octal 323 35 50 0 126 121 21 544 114 57
Binary 11010011 11101 101000 0 1010110 1010001 10001 101100100 1001100 101111

Color Harmonies of #D31D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31D28

Black with #D31D28

Text Example


Text Example

White with #D31D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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