#c25a1a

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

Shades of Chocolate #C25A1A

Tints of Chocolate #C25A1A

Color information

#C25A1A (or 0xC25A1A) is unknown color: approx Chocolate. HEX triplet: C2, 5A and 1A. RGB value is (194,90,26). Sum of RGB (Red+Green+Blue) = 194+90+26=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25A1A is #3DA5E5. Grayscale: #727272. Windows color (decimal): -4040166 or 1727170. OLE color: 1727170.

HSL color Cylindrical-coordinate representation of color #C25A1A: hue angle of 22.86º degrees, saturation: 0.76, 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 #C25A1A is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB1949026-
CMYK00.540.870.24
HSL22.86º76.36%43.14%-
HSV(B)22.86º86.6%76.08%-
XYZ26.0918.863.24-
YUV113.878.46185.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.58%
GREEN value IS 90 (35.55% from 255) = 29.03%
BLUE value IS 26 (10.55% from 255) = 8.39%
R=62.58%
G=29.03%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194902600.540.870.2422.8676.3643.14
HexC25A1A0365718174c2b
Octal30213232066127302711453
Binary110000101011010110100110110101011111000101111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c25a1a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c25a1a; }

 p { color: rgb(194,90,26); }

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

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

 a { background-color: rgb(194,90,26); }

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

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

 span { border-color: rgb(194,90,26); }

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