Html Css Color HEX #D41315 Fire Engine Red

📋 copy color: '#D41315'

red 212 ◦ green 19 ◦ blue 21

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

Shades of Fire Engine Red #D41315

Tints of Fire Engine Red #D41315

RGB

 RED value IS 212 (83.2% from 255) = 84.13%

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

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

R = 84.13%
G = 7.54%
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

#D41315 (or 0xD41315) is known color: Fire Engine Red. HEX triplet: D4, 13 and 15. RGB value is (212,19,21). Sum of RGB (Red+Green+Blue) = 212+19+21=252 (33% of max value = 765). Red value is 212 (83.20% from 255 or 84.13% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 212 - color contains mainly: red. Hex color #D41315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41315 is #2BECEA. Grayscale: #4D4D4D. Windows color (decimal): -2878699 or 1381332. OLE color: 1381332.

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

Color convert

RGB 212 19 21 -
CMYK 0 0.91 0.90 0.17
HSL 359.38º 0.84% 0.45% -
HSV(B) 359.38º 0.91% 0.83% -
XYZ 27.52 14.52 2.06 -
YUV 76.94 96.44 224.34 -
System Red Green Blue C M Y K H S L
Decimal 212 19 21 0 0.91 0.90 0.17 359.38 0.84 0.45
Hex D4 13 15 0 5B 5A 11 167 54 2D
Octal 324 23 25 0 133 132 21 547 124 55
Binary 11010100 10011 10101 0 1011011 1011010 10001 101100111 1010100 101101

Color Harmonies of #D41315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41315

Black with #D41315

Text Example


Text Example

White with #D41315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41315; }

 p { color: rgb(212,19,21); }

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

background-color css

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

 a { background-color: rgb(212,19,21); }

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

border-color css

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

 span { border-color: rgb(212,19,21); }

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