Html Css Color HEX #D41226 Fire Engine Red

📋 copy color: '#D41226'

red 212 ◦ green 18 ◦ blue 38

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

Shades of Fire Engine Red #D41226

Tints of Fire Engine Red #D41226

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.72%

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

R = 79.1%
G = 6.72%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D41226 (or 0xD41226) is known color: Fire Engine Red. HEX triplet: D4, 12 and 26. RGB value is (212,18,38). Sum of RGB (Red+Green+Blue) = 212+18+38=268 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.10% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 212 - color contains mainly: red. Hex color #D41226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41226 is #2BEDD9. Grayscale: #4E4E4E. Windows color (decimal): -2878938 or 2495188. OLE color: 2495188.

HSL color Cylindrical-coordinate representation of color #D41226: hue angle of 353.81º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41226 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 18 38 -
CMYK 0 0.92 0.82 0.17
HSL 353.81º 0.84% 0.45% -
HSV(B) 353.81º 0.92% 0.83% -
XYZ 27.72 14.57 3.19 -
YUV 78.29 105.27 223.37 -
System Red Green Blue C M Y K H S L
Decimal 212 18 38 0 0.92 0.82 0.17 353.81 0.84 0.45
Hex D4 12 26 0 5C 52 11 162 54 2D
Octal 324 22 46 0 134 122 21 542 124 55
Binary 11010100 10010 100110 0 1011100 1010010 10001 101100010 1010100 101101

Color Harmonies of #D41226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41226

Black with #D41226

Text Example


Text Example

White with #D41226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41226; }

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

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

background-color css

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

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

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

border-color css

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

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

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