Html Css Color HEX #D31415 Fire Engine Red

📋 copy color: '#D31415'

red 211 ◦ green 20 ◦ blue 21

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

Shades of Fire Engine Red #D31415

Tints of Fire Engine Red #D31415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.33%

R = 83.73%
G = 7.94%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D31415 (or 0xD31415) is known color: Fire Engine Red. HEX triplet: D3, 14 and 15. RGB value is (211,20,21). Sum of RGB (Red+Green+Blue) = 211+20+21=252 (33% of max value = 765). Red value is 211 (82.81% from 255 or 83.73% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 211 - color contains mainly: red. Hex color #D31415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31415 is #2CEBEA. Grayscale: #4D4D4D. Windows color (decimal): -2943979 or 1381587. OLE color: 1381587.

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

Color convert

RGB 211 20 21 -
CMYK 0 0.91 0.90 0.17
HSL 359.69º 0.83% 0.45% -
HSV(B) 359.69º 0.91% 0.83% -
XYZ 27.25 14.4 2.05 -
YUV 77.22 96.28 223.42 -
System Red Green Blue C M Y K H S L
Decimal 211 20 21 0 0.91 0.90 0.17 359.69 0.83 0.45
Hex D3 14 15 0 5B 5A 11 168 53 2D
Octal 323 24 25 0 133 132 21 550 123 55
Binary 11010011 10100 10101 0 1011011 1011010 10001 101101000 1010011 101101

Color Harmonies of #D31415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31415

Black with #D31415

Text Example


Text Example

White with #D31415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31415; }

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

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

background-color css

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

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

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

border-color css

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

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

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