#D41C25

Color #D41C25 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #D41C25

Tints of Fire Engine Red #D41C25

Color information

#D41C25 (or 0xD41C25) is unknown color: approx Fire Engine Red. HEX triplet: D4, 1C and 25. RGB value is (212,28,37). Sum of RGB (Red+Green+Blue) = 212+28+37=277 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.53% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 212 - color contains mainly: red. Hex color #D41C25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41C25 is #2BE3DA. Grayscale: #545454. Windows color (decimal): -2876379 or 2432212. OLE color: 2432212.

HSL color Cylindrical-coordinate representation of color #D41C25: hue angle of 357.07º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41C25 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB2122837-
CMYK00.870.830.17
HSL357.07º76.67%47.06%-
HSV(B)357.07º86.79%83.14%-
XYZ27.914.963.17-
YUV84.04101.46219.27-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 76.53%
GREEN value IS 28 (11.33% from 255) = 10.11%
BLUE value IS 37 (14.84% from 255) = 13.36%
R=76.53%
G=10.11%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.83
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212283700.870.830.17357.0776.6747.06
HexD41C2505753111654d2f
Octal324344501271232154511557
Binary1101010011100100101010101111010011100011011001011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41C25; }

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

 H1.HeaderClassName
 {
   color: #D41C25;
 }
 .AnyTagClassName
 {
   color: #D41C25;
 }
</style>
background-color css

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

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

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

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

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

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