#C61C22

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

Shades of Fire Engine Red #C61C22

Tints of Fire Engine Red #C61C22

Color information

#C61C22 (or 0xC61C22) is unknown color: approx Fire Engine Red. HEX triplet: C6, 1C and 22. RGB value is (198,28,34). Sum of RGB (Red+Green+Blue) = 198+28+34=260 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.15% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61C22 is #39E3DD. Grayscale: #4F4F4F. Windows color (decimal): -3793886 or 2235590. OLE color: 2235590.

HSL color Cylindrical-coordinate representation of color #C61C22: hue angle of 357.88º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61C22 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB1982834-
CMYK00.860.830.22
HSL357.88º75.22%44.31%-
HSV(B)357.88º85.86%77.65%-
XYZ23.9912.952.75-
YUV79.51102.32212.51-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 76.15%
GREEN value IS 28 (11.33% from 255) = 10.77%
BLUE value IS 34 (13.67% from 255) = 13.08%
R=76.15%
G=10.77%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.83
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198283400.860.830.22357.8875.2244.31
HexC61C2205653161664b2c
Octal306344201261232654611354
Binary1100011011100100010010101101010011101101011001101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61C22; }

 p { color: rgb(198,28,34); }

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

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

 a { background-color: rgb(198,28,34); }

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

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

 span { border-color: rgb(198,28,34); }

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