Html Css Color HEX #D31726 Fire Engine Red

📋 copy color: '#D31726'

red 211 ◦ green 23 ◦ blue 38

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

Shades of Fire Engine Red #D31726

Tints of Fire Engine Red #D31726

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.46%

 BLUE value IS 38 (15.23% from 255) = 13.97%

R = 77.57%
G = 8.46%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D31726 (or 0xD31726) is known color: Fire Engine Red. HEX triplet: D3, 17 and 26. RGB value is (211,23,38). Sum of RGB (Red+Green+Blue) = 211+23+38=272 (36% of max value = 765). Red value is 211 (82.81% from 255 or 77.57% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 211 - color contains mainly: red. Hex color #D31726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31726 is #2CE8D9. Grayscale: #515151. Windows color (decimal): -2943194 or 2496467. OLE color: 2496467.

HSL color Cylindrical-coordinate representation of color #D31726: hue angle of 355.21º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D31726 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 23 38 -
CMYK 0 0.89 0.82 0.17
HSL 355.21º 0.8% 0.46% -
HSV(B) 355.21º 0.89% 0.83% -
XYZ 27.52 14.6 3.2 -
YUV 80.92 103.78 220.78 -
System Red Green Blue C M Y K H S L
Decimal 211 23 38 0 0.89 0.82 0.17 355.21 0.8 0.46
Hex D3 17 26 0 59 52 11 163 50 2E
Octal 323 27 46 0 131 122 21 543 120 56
Binary 11010011 10111 100110 0 1011001 1010010 10001 101100011 1010000 101110

Color Harmonies of #D31726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31726

Black with #D31726

Text Example


Text Example

White with #D31726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31726; }

 p { color: rgb(211,23,38); }

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

background-color css

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

 a { background-color: rgb(211,23,38); }

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

border-color css

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

 span { border-color: rgb(211,23,38); }

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