Html Css Color HEX #D41628 Fire Engine Red

📋 copy color: '#D41628'

red 212 ◦ green 22 ◦ blue 40

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

Shades of Fire Engine Red #D41628

Tints of Fire Engine Red #D41628

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.03%

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

R = 77.37%
G = 8.03%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D41628 (or 0xD41628) is known color: Fire Engine Red. HEX triplet: D4, 16 and 28. RGB value is (212,22,40). Sum of RGB (Red+Green+Blue) = 212+22+40=274 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.37% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 212 - color contains mainly: red. Hex color #D41628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41628 is #2BE9D7. Grayscale: #505050. Windows color (decimal): -2877912 or 2627284. OLE color: 2627284.

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

Color convert

RGB 212 22 40 -
CMYK 0 0.90 0.81 0.17
HSL 354.32º 0.81% 0.46% -
HSV(B) 354.32º 0.9% 0.83% -
XYZ 27.82 14.72 3.38 -
YUV 80.86 104.95 221.54 -
System Red Green Blue C M Y K H S L
Decimal 212 22 40 0 0.90 0.81 0.17 354.32 0.81 0.46
Hex D4 16 28 0 5A 51 11 162 51 2E
Octal 324 26 50 0 132 121 21 542 121 56
Binary 11010100 10110 101000 0 1011010 1010001 10001 101100010 1010001 101110

Color Harmonies of #D41628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41628

Black with #D41628

Text Example


Text Example

White with #D41628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41628; }

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

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

background-color css

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

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

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

border-color css

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

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

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