Html Css Color HEX #D31324 Fire Engine Red

📋 copy color: '#D31324'

red 211 ◦ green 19 ◦ blue 36

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

Shades of Fire Engine Red #D31324

Tints of Fire Engine Red #D31324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.53%

R = 79.32%
G = 7.14%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D31324 (or 0xD31324) is known color: Fire Engine Red. HEX triplet: D3, 13 and 24. RGB value is (211,19,36). Sum of RGB (Red+Green+Blue) = 211+19+36=266 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.32% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 211 - color contains mainly: red. Hex color #D31324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31324 is #2CECDB. Grayscale: #4E4E4E. Windows color (decimal): -2944220 or 2364371. OLE color: 2364371.

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

Color convert

RGB 211 19 36 -
CMYK 0 0.91 0.83 0.17
HSL 354.69º 0.83% 0.45% -
HSV(B) 354.69º 0.91% 0.83% -
XYZ 27.42 14.44 3.01 -
YUV 78.35 104.11 222.62 -
System Red Green Blue C M Y K H S L
Decimal 211 19 36 0 0.91 0.83 0.17 354.69 0.83 0.45
Hex D3 13 24 0 5B 53 11 163 53 2D
Octal 323 23 44 0 133 123 21 543 123 55
Binary 11010011 10011 100100 0 1011011 1010011 10001 101100011 1010011 101101

Color Harmonies of #D31324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31324

Black with #D31324

Text Example


Text Example

White with #D31324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31324; }

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

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

background-color css

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

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

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

border-color css

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

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

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