#C25E1A

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

Shades of Chocolate #C25E1A

Tints of Chocolate #C25E1A

Color information

#C25E1A (or 0xC25E1A) is unknown color: approx Chocolate. HEX triplet: C2, 5E and 1A. RGB value is (194,94,26). Sum of RGB (Red+Green+Blue) = 194+94+26=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25E1A is #3DA1E5. Grayscale: #747474. Windows color (decimal): -4039142 or 1728194. OLE color: 1728194.

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

Color convert

RGB1949426-
CMYK00.520.870.24
HSL24.29º76.36%43.14%-
HSV(B)24.29º86.6%76.08%-
XYZ26.4419.553.36-
YUV116.1577.13183.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.78%
GREEN value IS 94 (37.11% from 255) = 29.94%
BLUE value IS 26 (10.55% from 255) = 8.28%
R=61.78%
G=29.94%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194942600.520.870.2424.2976.3643.14
HexC25E1A0345718184c2b
Octal30213632064127303011453
Binary110000101011110110100110100101011111000110001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25E1A; }

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

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

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

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

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

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

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

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