#C40D2D

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

Shades of Fire Engine Red #C40D2D

Tints of Fire Engine Red #C40D2D

Color information

#C40D2D (or 0xC40D2D) is unknown color: approx Fire Engine Red. HEX triplet: C4, 0D and 2D. RGB value is (196,13,45). Sum of RGB (Red+Green+Blue) = 196+13+45=254 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.17% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 196 - color contains mainly: red. Hex color #C40D2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40D2D is #3BF2D2. Grayscale: #474747. Windows color (decimal): -3928787 or 2952644. OLE color: 2952644.

HSL color Cylindrical-coordinate representation of color #C40D2D: hue angle of 349.51º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40D2D is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB1961345-
CMYK00.930.770.23
HSL349.51º87.56%40.98%-
HSV(B)349.51º93.37%76.86%-
XYZ23.3812.213.61-
YUV71.36113.13216.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 77.17%
GREEN value IS 13 (5.47% from 255) = 5.12%
BLUE value IS 45 (17.97% from 255) = 17.72%
R=77.17%
G=5.12%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196134500.930.770.23349.5187.5640.98
HexC4D2D05D4D1715e5829
Octal304155501351152753613051
Binary110001001101101101010111011001101101111010111101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40D2D; }

 p { color: rgb(196,13,45); }

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

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

 a { background-color: rgb(196,13,45); }

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

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

 span { border-color: rgb(196,13,45); }

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