Html Css Color HEX #D41728 Fire Engine Red

📋 copy color: '#D41728'

red 212 ◦ green 23 ◦ blue 40

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

Shades of Fire Engine Red #D41728

Tints of Fire Engine Red #D41728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.55%

R = 77.09%
G = 8.36%
B = 14.55%

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

#D41728 (or 0xD41728) is known color: Fire Engine Red. HEX triplet: D4, 17 and 28. RGB value is (212,23,40). Sum of RGB (Red+Green+Blue) = 212+23+40=275 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.09% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 212 - color contains mainly: red. Hex color #D41728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41728 is #2BE8D7. Grayscale: #515151. Windows color (decimal): -2877656 or 2627540. OLE color: 2627540.

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

Color convert

RGB 212 23 40 -
CMYK 0 0.89 0.81 0.17
HSL 354.6º 0.8% 0.46% -
HSV(B) 354.6º 0.89% 0.83% -
XYZ 27.84 14.76 3.39 -
YUV 81.45 104.62 221.12 -
System Red Green Blue C M Y K H S L
Decimal 212 23 40 0 0.89 0.81 0.17 354.6 0.8 0.46
Hex D4 17 28 0 59 51 11 163 50 2E
Octal 324 27 50 0 131 121 21 543 120 56
Binary 11010100 10111 101000 0 1011001 1010001 10001 101100011 1010000 101110

Color Harmonies of #D41728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41728

Black with #D41728

Text Example


Text Example

White with #D41728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41728; }

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

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

background-color css

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

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

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

border-color css

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

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

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