Html Css Color HEX #D41115 Fire Engine Red

📋 copy color: '#D41115'

red 212 ◦ green 17 ◦ blue 21

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

Shades of Fire Engine Red #D41115

Tints of Fire Engine Red #D41115

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.8%

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

R = 84.8%
G = 6.8%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D41115 (or 0xD41115) is known color: Fire Engine Red. HEX triplet: D4, 11 and 15. RGB value is (212,17,21). Sum of RGB (Red+Green+Blue) = 212+17+21=250 (33% of max value = 765). Red value is 212 (83.20% from 255 or 84.8% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 212 - color contains mainly: red. Hex color #D41115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41115 is #2BEEEA. Grayscale: #4B4B4B. Windows color (decimal): -2879211 or 1380820. OLE color: 1380820.

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

Color convert

RGB 212 17 21 -
CMYK 0 0.92 0.90 0.17
HSL 358.77º 0.85% 0.45% -
HSV(B) 358.77º 0.92% 0.83% -
XYZ 27.49 14.45 2.05 -
YUV 75.76 97.1 225.17 -
System Red Green Blue C M Y K H S L
Decimal 212 17 21 0 0.92 0.90 0.17 358.77 0.85 0.45
Hex D4 11 15 0 5C 5A 11 167 55 2D
Octal 324 21 25 0 134 132 21 547 125 55
Binary 11010100 10001 10101 0 1011100 1011010 10001 101100111 1010101 101101

Color Harmonies of #D41115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41115

Black with #D41115

Text Example


Text Example

White with #D41115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41115; }

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

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

background-color css

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

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

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

border-color css

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

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

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