#C6152A

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

Shades of Fire Engine Red #C6152A

Tints of Fire Engine Red #C6152A

Color information

#C6152A (or 0xC6152A) is unknown color: approx Fire Engine Red. HEX triplet: C6, 15 and 2A. RGB value is (198,21,42). Sum of RGB (Red+Green+Blue) = 198+21+42=261 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.86% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 198 - color contains mainly: red. Hex color #C6152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6152A is #39EAD5. Grayscale: #4C4C4C. Windows color (decimal): -3795670 or 2758086. OLE color: 2758086.

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

Color convert

RGB1982142-
CMYK00.890.790.22
HSL352.88º80.82%42.94%-
HSV(B)352.88º89.39%77.65%-
XYZ23.9712.713.38-
YUV76.32108.64214.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 75.86%
GREEN value IS 21 (8.59% from 255) = 8.05%
BLUE value IS 42 (16.80% from 255) = 16.09%
R=75.86%
G=8.05%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198214200.890.790.22352.8880.8242.94
HexC6152A0594F16161512b
Octal306255201311172654112153
Binary1100011010101101010010110011001111101101011000011010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6152A; }

 p { color: rgb(198,21,42); }

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

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

 a { background-color: rgb(198,21,42); }

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

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

 span { border-color: rgb(198,21,42); }

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