Html Css Color HEX #D41729 Fire Engine Red

📋 copy color: '#D41729'

red 212 ◦ green 23 ◦ blue 41

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

Shades of Fire Engine Red #D41729

Tints of Fire Engine Red #D41729

RGB

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

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

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

R = 76.81%
G = 8.33%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D41729 (or 0xD41729) is known color: Fire Engine Red. HEX triplet: D4, 17 and 29. RGB value is (212,23,41). Sum of RGB (Red+Green+Blue) = 212+23+41=276 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.81% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 212 - color contains mainly: red. Hex color #D41729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41729 is #2BE8D6. Grayscale: #515151. Windows color (decimal): -2877655 or 2693076. OLE color: 2693076.

HSL color Cylindrical-coordinate representation of color #D41729: hue angle of 354.29º 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 #D41729 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 23 41 -
CMYK 0 0.89 0.81 0.17
HSL 354.29º 0.8% 0.46% -
HSV(B) 354.29º 0.89% 0.83% -
XYZ 27.86 14.77 3.48 -
YUV 81.56 105.12 221.04 -
System Red Green Blue C M Y K H S L
Decimal 212 23 41 0 0.89 0.81 0.17 354.29 0.8 0.46
Hex D4 17 29 0 59 51 11 162 50 2E
Octal 324 27 51 0 131 121 21 542 120 56
Binary 11010100 10111 101001 0 1011001 1010001 10001 101100010 1010000 101110

Color Harmonies of #D41729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41729

Black with #D41729

Text Example


Text Example

White with #D41729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41729; }

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

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

background-color css

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

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

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

border-color css

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

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

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