#C61B19

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

Shades of Fire Brick #C61B19

Tints of Fire Brick #C61B19

Color information

#C61B19 (or 0xC61B19) is unknown color: approx Fire Brick. HEX triplet: C6, 1B and 19. RGB value is (198,27,25). Sum of RGB (Red+Green+Blue) = 198+27+25=250 (33% of max value = 765). Red value is 198 (77.73% from 255 or 79.2% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61B19 is #39E4E6. Grayscale: #4E4E4E. Windows color (decimal): -3794151 or 1645510. OLE color: 1645510.

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

Color convert

RGB1982725-
CMYK00.860.870.22
HSL0.69º77.58%43.73%-
HSV(B)0.69º87.37%77.65%-
XYZ23.8612.862.14-
YUV77.998.15213.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 79.2%
GREEN value IS 27 (10.94% from 255) = 10.8%
BLUE value IS 25 (10.16% from 255) = 10%
R=79.2%
G=10.8%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198272500.860.870.220.6977.5843.73
HexC61B19056571614e2c
Octal3063331012612726111654
Binary1100011011011110010101011010101111011011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61B19; }

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

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

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

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

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

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

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

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