#C70E2A

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

Shades of Fire Engine Red #C70E2A

Tints of Fire Engine Red #C70E2A

Color information

#C70E2A (or 0xC70E2A) is unknown color: approx Fire Engine Red. HEX triplet: C7, 0E and 2A. RGB value is (199,14,42). Sum of RGB (Red+Green+Blue) = 199+14+42=255 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.04% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 199 - color contains mainly: red. Hex color #C70E2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70E2A is #38F1D5. Grayscale: #484848. Windows color (decimal): -3731926 or 2756295. OLE color: 2756295.

HSL color Cylindrical-coordinate representation of color #C70E2A: hue angle of 350.92º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70E2A is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB1991442-
CMYK00.930.790.22
HSL350.92º86.85%41.76%-
HSV(B)350.92º92.96%78.04%-
XYZ24.1312.623.36-
YUV72.51110.79218.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 78.04%
GREEN value IS 14 (5.86% from 255) = 5.49%
BLUE value IS 42 (16.80% from 255) = 16.47%
R=78.04%
G=5.49%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199144200.930.790.22350.9286.8541.76
HexC7E2A05D4F1615f572a
Octal307165201351172653712752
Binary110001111110101010010111011001111101101010111111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70E2A; }

 p { color: rgb(199,14,42); }

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

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

 a { background-color: rgb(199,14,42); }

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

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

 span { border-color: rgb(199,14,42); }

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