Html Css Color HEX #D31326 Fire Engine Red

📋 copy color: '#D31326'

red 211 ◦ green 19 ◦ blue 38

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

Shades of Fire Engine Red #D31326

Tints of Fire Engine Red #D31326

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.09%

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

R = 78.73%
G = 7.09%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D31326 (or 0xD31326) is known color: Fire Engine Red. HEX triplet: D3, 13 and 26. RGB value is (211,19,38). Sum of RGB (Red+Green+Blue) = 211+19+38=268 (35% of max value = 765). Red value is 211 (82.81% from 255 or 78.73% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 211 - color contains mainly: red. Hex color #D31326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31326 is #2CECD9. Grayscale: #4E4E4E. Windows color (decimal): -2944218 or 2495443. OLE color: 2495443.

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

Color convert

RGB 211 19 38 -
CMYK 0 0.91 0.82 0.17
HSL 354.06º 0.83% 0.45% -
HSV(B) 354.06º 0.91% 0.83% -
XYZ 27.45 14.45 3.18 -
YUV 78.57 105.11 222.46 -
System Red Green Blue C M Y K H S L
Decimal 211 19 38 0 0.91 0.82 0.17 354.06 0.83 0.45
Hex D3 13 26 0 5B 52 11 162 53 2D
Octal 323 23 46 0 133 122 21 542 123 55
Binary 11010011 10011 100110 0 1011011 1010010 10001 101100010 1010011 101101

Color Harmonies of #D31326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31326

Black with #D31326

Text Example


Text Example

White with #D31326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31326; }

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

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

background-color css

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

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

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

border-color css

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

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

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