#C70B28

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

Shades of Fire Engine Red #C70B28

Tints of Fire Engine Red #C70B28

Color information

#C70B28 (or 0xC70B28) is unknown color: approx Fire Engine Red. HEX triplet: C7, 0B and 28. RGB value is (199,11,40). Sum of RGB (Red+Green+Blue) = 199+11+40=250 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.6% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 199 - color contains mainly: red. Hex color #C70B28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70B28 is #38F4D7. Grayscale: #464646. Windows color (decimal): -3732696 or 2624455. OLE color: 2624455.

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

Color convert

RGB1991140-
CMYK00.940.800.22
HSL350.74º89.52%41.18%-
HSV(B)350.74º94.47%78.04%-
XYZ24.0612.533.16-
YUV70.52110.78219.64-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 79.6%
GREEN value IS 11 (4.69% from 255) = 4.4%
BLUE value IS 40 (16.02% from 255) = 16%
R=79.6%
G=4.4%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199114000.940.800.22350.7489.5241.18
HexC7B2805E501615f5a29
Octal307135001361202653713251
Binary110001111011101000010111101010000101101010111111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70B28; }

 p { color: rgb(199,11,40); }

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

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

 a { background-color: rgb(199,11,40); }

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

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

 span { border-color: rgb(199,11,40); }

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