Html Css Color HEX #D41225 Fire Engine Red

📋 copy color: '#D41225'

red 212 ◦ green 18 ◦ blue 37

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

Shades of Fire Engine Red #D41225

Tints of Fire Engine Red #D41225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.86%

R = 79.4%
G = 6.74%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D41225 (or 0xD41225) is known color: Fire Engine Red. HEX triplet: D4, 12 and 25. RGB value is (212,18,37). Sum of RGB (Red+Green+Blue) = 212+18+37=267 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.40% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 212 - color contains mainly: red. Hex color #D41225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41225 is #2BEDDA. Grayscale: #4E4E4E. Windows color (decimal): -2878939 or 2429652. OLE color: 2429652.

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

Color convert

RGB 212 18 37 -
CMYK 0 0.92 0.83 0.17
HSL 354.12º 0.84% 0.45% -
HSV(B) 354.12º 0.92% 0.83% -
XYZ 27.7 14.56 3.1 -
YUV 78.17 104.77 223.46 -
System Red Green Blue C M Y K H S L
Decimal 212 18 37 0 0.92 0.83 0.17 354.12 0.84 0.45
Hex D4 12 25 0 5C 53 11 162 54 2D
Octal 324 22 45 0 134 123 21 542 124 55
Binary 11010100 10010 100101 0 1011100 1010011 10001 101100010 1010100 101101

Color Harmonies of #D41225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41225

Black with #D41225

Text Example


Text Example

White with #D41225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41225; }

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

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

background-color css

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

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

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

border-color css

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

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

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