Html Css Color HEX #D41719 Fire Engine Red

📋 copy color: '#D41719'

red 212 ◦ green 23 ◦ blue 25

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

Shades of Fire Engine Red #D41719

Tints of Fire Engine Red #D41719

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.85%

 BLUE value IS 25 (10.16% from 255) = 9.62%

R = 81.54%
G = 8.85%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D41719 (or 0xD41719) is known color: Fire Engine Red. HEX triplet: D4, 17 and 19. RGB value is (212,23,25). Sum of RGB (Red+Green+Blue) = 212+23+25=260 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.54% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 212 - color contains mainly: red. Hex color #D41719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41719 is #2BE8E6. Grayscale: #4F4F4F. Windows color (decimal): -2877671 or 1644500. OLE color: 1644500.

HSL color Cylindrical-coordinate representation of color #D41719: hue angle of 359.37º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41719 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 23 25 -
CMYK 0 0.89 0.88 0.17
HSL 359.37º 0.8% 0.46% -
HSV(B) 359.37º 0.89% 0.83% -
XYZ 27.63 14.68 2.3 -
YUV 79.74 97.12 222.34 -
System Red Green Blue C M Y K H S L
Decimal 212 23 25 0 0.89 0.88 0.17 359.37 0.8 0.46
Hex D4 17 19 0 59 58 11 167 50 2E
Octal 324 27 31 0 131 130 21 547 120 56
Binary 11010100 10111 11001 0 1011001 1011000 10001 101100111 1010000 101110

Color Harmonies of #D41719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41719

Black with #D41719

Text Example


Text Example

White with #D41719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41719; }

 p { color: rgb(212,23,25); }

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

background-color css

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

 a { background-color: rgb(212,23,25); }

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

border-color css

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

 span { border-color: rgb(212,23,25); }

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