Html Css Color HEX #D31424 Fire Engine Red

📋 copy color: '#D31424'

red 211 ◦ green 20 ◦ blue 36

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

Shades of Fire Engine Red #D31424

Tints of Fire Engine Red #D31424

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.49%

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

R = 79.03%
G = 7.49%
B = 13.48%

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

#D31424 (or 0xD31424) is known color: Fire Engine Red. HEX triplet: D3, 14 and 24. RGB value is (211,20,36). Sum of RGB (Red+Green+Blue) = 211+20+36=267 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.03% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 211 - color contains mainly: red. Hex color #D31424 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31424 is #2CEBDB. Grayscale: #4F4F4F. Windows color (decimal): -2943964 or 2364627. OLE color: 2364627.

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

Color convert

RGB 211 20 36 -
CMYK 0 0.91 0.83 0.17
HSL 354.97º 0.83% 0.45% -
HSV(B) 354.97º 0.91% 0.83% -
XYZ 27.43 14.48 3.02 -
YUV 78.93 103.78 222.2 -
System Red Green Blue C M Y K H S L
Decimal 211 20 36 0 0.91 0.83 0.17 354.97 0.83 0.45
Hex D3 14 24 0 5B 53 11 163 53 2D
Octal 323 24 44 0 133 123 21 543 123 55
Binary 11010011 10100 100100 0 1011011 1010011 10001 101100011 1010011 101101

Color Harmonies of #D31424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31424

Black with #D31424

Text Example


Text Example

White with #D31424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31424; }

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

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

background-color css

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

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

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

border-color css

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

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

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