#C12619

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

Shades of Fire Brick #C12619

Tints of Fire Brick #C12619

Color information

#C12619 (or 0xC12619) is unknown color: approx Fire Brick. HEX triplet: C1, 26 and 19. RGB value is (193,38,25). Sum of RGB (Red+Green+Blue) = 193+38+25=256 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.39% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 193 - color contains mainly: red. Hex color #C12619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12619 is #3ED9E6. Grayscale: #535353. Windows color (decimal): -4119015 or 1648321. OLE color: 1648321.

HSL color Cylindrical-coordinate representation of color #C12619: hue angle of 4.64º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C12619 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB1933825-
CMYK00.800.870.24
HSL4.64º77.06%42.75%-
HSV(B)4.64º87.05%75.69%-
XYZ22.8612.792.18-
YUV82.8695.35206.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 75.39%
GREEN value IS 38 (15.23% from 255) = 14.84%
BLUE value IS 25 (10.16% from 255) = 9.77%
R=75.39%
G=14.84%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193382500.800.870.244.6477.0642.75
HexC12619050571854d2b
Octal3014631012012730511553
Binary1100000110011011001010100001010111110001011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12619; }

 p { color: rgb(193,38,25); }

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

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

 a { background-color: rgb(193,38,25); }

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

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

 span { border-color: rgb(193,38,25); }

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