Html Css Color HEX #D41227 Fire Engine Red

📋 copy color: '#D41227'

red 212 ◦ green 18 ◦ blue 39

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

Shades of Fire Engine Red #D41227

Tints of Fire Engine Red #D41227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.5%

R = 78.81%
G = 6.69%
B = 14.5%

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

#D41227 (or 0xD41227) is known color: Fire Engine Red. HEX triplet: D4, 12 and 27. RGB value is (212,18,39). Sum of RGB (Red+Green+Blue) = 212+18+39=269 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.81% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 212 - color contains mainly: red. Hex color #D41227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41227 is #2BEDD8. Grayscale: #4E4E4E. Windows color (decimal): -2878937 or 2560724. OLE color: 2560724.

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

Color convert

RGB 212 18 39 -
CMYK 0 0.92 0.82 0.17
HSL 353.51º 0.84% 0.45% -
HSV(B) 353.51º 0.92% 0.83% -
XYZ 27.73 14.58 3.27 -
YUV 78.4 105.77 223.29 -
System Red Green Blue C M Y K H S L
Decimal 212 18 39 0 0.92 0.82 0.17 353.51 0.84 0.45
Hex D4 12 27 0 5C 52 11 162 54 2D
Octal 324 22 47 0 134 122 21 542 124 55
Binary 11010100 10010 100111 0 1011100 1010010 10001 101100010 1010100 101101

Color Harmonies of #D41227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41227

Black with #D41227

Text Example


Text Example

White with #D41227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41227; }

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

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

background-color css

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

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

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

border-color css

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

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

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