#C70A2D

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

Shades of Fire Engine Red #C70A2D

Tints of Fire Engine Red #C70A2D

Color information

#C70A2D (or 0xC70A2D) is unknown color: approx Fire Engine Red. HEX triplet: C7, 0A and 2D. RGB value is (199,10,45). Sum of RGB (Red+Green+Blue) = 199+10+45=254 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.35% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 199 - color contains mainly: red. Hex color #C70A2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70A2D is #38F5D2. Grayscale: #464646. Windows color (decimal): -3732947 or 2951879. OLE color: 2951879.

HSL color Cylindrical-coordinate representation of color #C70A2D: hue angle of 348.89º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70A2D is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB1991045-
CMYK00.950.770.22
HSL348.89º90.43%40.98%-
HSV(B)348.89º94.97%78.04%-
XYZ24.1412.553.63-
YUV70.5113.62219.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 78.35%
GREEN value IS 10 (4.30% from 255) = 3.94%
BLUE value IS 45 (17.97% from 255) = 17.72%
R=78.35%
G=3.94%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199104500.950.770.22348.8990.4340.98
HexC7A2D05F4D1615d5a29
Octal307125501371152653513251
Binary110001111010101101010111111001101101101010111011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70A2D; }

 p { color: rgb(199,10,45); }

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

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

 a { background-color: rgb(199,10,45); }

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

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

 span { border-color: rgb(199,10,45); }

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