Html Css Color HEX #D41F29 Fire Engine Red

📋 copy color: '#D41F29'

red 212 ◦ green 31 ◦ blue 41

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

Shades of Fire Engine Red #D41F29

Tints of Fire Engine Red #D41F29

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.92%

 BLUE value IS 41 (16.41% from 255) = 14.44%

R = 74.65%
G = 10.92%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D41F29 (or 0xD41F29) is known color: Fire Engine Red. HEX triplet: D4, 1F and 29. RGB value is (212,31,41). Sum of RGB (Red+Green+Blue) = 212+31+41=284 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.65% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 212 - color contains mainly: red. Hex color #D41F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41F29 is #2BE0D6. Grayscale: #565656. Windows color (decimal): -2875607 or 2695124. OLE color: 2695124.

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

Color convert

RGB 212 31 41 -
CMYK 0 0.85 0.81 0.17
HSL 356.69º 0.74% 0.48% -
HSV(B) 356.69º 0.85% 0.83% -
XYZ 28.04 15.14 3.54 -
YUV 86.26 102.47 217.69 -
System Red Green Blue C M Y K H S L
Decimal 212 31 41 0 0.85 0.81 0.17 356.69 0.74 0.48
Hex D4 1F 29 0 55 51 11 165 4A 30
Octal 324 37 51 0 125 121 21 545 112 60
Binary 11010100 11111 101001 0 1010101 1010001 10001 101100101 1001010 110000

Color Harmonies of #D41F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41F29

Black with #D41F29

Text Example


Text Example

White with #D41F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41F29; }

 p { color: rgb(212,31,41); }

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

background-color css

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

 a { background-color: rgb(212,31,41); }

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

border-color css

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

 span { border-color: rgb(212,31,41); }

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