#C6172B

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

Shades of Fire Engine Red #C6172B

Tints of Fire Engine Red #C6172B

Color information

#C6172B (or 0xC6172B) is unknown color: approx Fire Engine Red. HEX triplet: C6, 17 and 2B. RGB value is (198,23,43). Sum of RGB (Red+Green+Blue) = 198+23+43=264 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 198 - color contains mainly: red. Hex color #C6172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6172B is #39E8D4. Grayscale: #4D4D4D. Windows color (decimal): -3795157 or 2824134. OLE color: 2824134.

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

Color convert

RGB1982343-
CMYK00.880.780.22
HSL353.14º79.19%43.33%-
HSV(B)353.14º88.38%77.65%-
XYZ24.0312.793.49-
YUV77.6108.48213.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 75%
GREEN value IS 23 (9.38% from 255) = 8.71%
BLUE value IS 43 (17.19% from 255) = 16.29%
R=75%
G=8.71%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198234300.880.780.22353.1479.1943.33
HexC6172B0584E161614f2b
Octal306275301301162654111753
Binary1100011010111101011010110001001110101101011000011001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6172B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6172B; }

 p { color: rgb(198,23,43); }

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

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

 a { background-color: rgb(198,23,43); }

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

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

 span { border-color: rgb(198,23,43); }

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