Html Css Color HEX #D41127 Fire Engine Red

📋 copy color: '#D41127'

red 212 ◦ green 17 ◦ blue 39

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

Shades of Fire Engine Red #D41127

Tints of Fire Engine Red #D41127

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.34%

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

R = 79.1%
G = 6.34%
B = 14.55%

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

#D41127 (or 0xD41127) is known color: Fire Engine Red. HEX triplet: D4, 11 and 27. RGB value is (212,17,39). Sum of RGB (Red+Green+Blue) = 212+17+39=268 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.10% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 212 - color contains mainly: red. Hex color #D41127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41127 is #2BEED8. Grayscale: #4D4D4D. Windows color (decimal): -2879193 or 2560468. OLE color: 2560468.

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

Color convert

RGB 212 17 39 -
CMYK 0 0.92 0.82 0.17
HSL 353.23º 0.85% 0.45% -
HSV(B) 353.23º 0.92% 0.83% -
XYZ 27.72 14.54 3.27 -
YUV 77.81 106.1 223.71 -
System Red Green Blue C M Y K H S L
Decimal 212 17 39 0 0.92 0.82 0.17 353.23 0.85 0.45
Hex D4 11 27 0 5C 52 11 161 55 2D
Octal 324 21 47 0 134 122 21 541 125 55
Binary 11010100 10001 100111 0 1011100 1010010 10001 101100001 1010101 101101

Color Harmonies of #D41127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41127

Black with #D41127

Text Example


Text Example

White with #D41127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41127; }

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

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

background-color css

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

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

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

border-color css

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

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

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