#C61B22

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

Shades of Fire Engine Red #C61B22

Tints of Fire Engine Red #C61B22

Color information

#C61B22 (or 0xC61B22) is unknown color: approx Fire Engine Red. HEX triplet: C6, 1B and 22. RGB value is (198,27,34). Sum of RGB (Red+Green+Blue) = 198+27+34=259 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.45% from 259); Green value is 27 (10.94% from 255 or 10.42% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61B22 is #39E4DD. Grayscale: #4F4F4F. Windows color (decimal): -3794142 or 2235334. OLE color: 2235334.

HSL color Cylindrical-coordinate representation of color #C61B22: hue angle of 357.54º degrees, saturation: 0.76, 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 #C61B22 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB1982734-
CMYK00.860.830.22
HSL357.54º76%44.12%-
HSV(B)357.54º86.36%77.65%-
XYZ23.9712.912.74-
YUV78.93102.65212.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 76.45%
GREEN value IS 27 (10.94% from 255) = 10.42%
BLUE value IS 34 (13.67% from 255) = 13.13%
R=76.45%
G=10.42%
B=13.13%

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
Decimal198273400.860.830.22357.547644.12
HexC61B2205653161664c2c
Octal306334201261232654611454
Binary1100011011011100010010101101010011101101011001101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61B22; }

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

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

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

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

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

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

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

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