Html Css Color HEX #D41826 Fire Engine Red

📋 copy color: '#D41826'

red 212 ◦ green 24 ◦ blue 38

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

Shades of Fire Engine Red #D41826

Tints of Fire Engine Red #D41826

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.76%

 BLUE value IS 38 (15.23% from 255) = 13.87%

R = 77.37%
G = 8.76%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D41826 (or 0xD41826) is known color: Fire Engine Red. HEX triplet: D4, 18 and 26. RGB value is (212,24,38). Sum of RGB (Red+Green+Blue) = 212+24+38=274 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.37% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 212 - color contains mainly: red. Hex color #D41826 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41826 is #2BE7D9. Grayscale: #515151. Windows color (decimal): -2877402 or 2496724. OLE color: 2496724.

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

Color convert

RGB 212 24 38 -
CMYK 0 0.89 0.82 0.17
HSL 355.53º 0.8% 0.46% -
HSV(B) 355.53º 0.89% 0.83% -
XYZ 27.83 14.79 3.22 -
YUV 81.81 103.28 220.86 -
System Red Green Blue C M Y K H S L
Decimal 212 24 38 0 0.89 0.82 0.17 355.53 0.8 0.46
Hex D4 18 26 0 59 52 11 164 50 2E
Octal 324 30 46 0 131 122 21 544 120 56
Binary 11010100 11000 100110 0 1011001 1010010 10001 101100100 1010000 101110

Color Harmonies of #D41826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41826

Black with #D41826

Text Example


Text Example

White with #D41826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41826; }

 p { color: rgb(212,24,38); }

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

background-color css

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

 a { background-color: rgb(212,24,38); }

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

border-color css

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

 span { border-color: rgb(212,24,38); }

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