#C25B2A

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

Shades of Christine #C25B2A

Tints of Christine #C25B2A

Color information

#C25B2A (or 0xC25B2A) is unknown color: approx Christine. HEX triplet: C2, 5B and 2A. RGB value is (194,91,42). Sum of RGB (Red+Green+Blue) = 194+91+42=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25B2A is #3DA4D5. Grayscale: #747474. Windows color (decimal): -4039894 or 2776002. OLE color: 2776002.

HSL color Cylindrical-coordinate representation of color #C25B2A: hue angle of 19.34º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C25B2A is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB1949142-
CMYK00.530.780.24
HSL19.34º64.41%46.27%-
HSV(B)19.34º78.35%76.08%-
XYZ26.4119.124.49-
YUV116.2186.12183.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.33%
GREEN value IS 91 (35.94% from 255) = 27.83%
BLUE value IS 42 (16.80% from 255) = 12.84%
R=59.33%
G=27.83%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194914200.530.780.2419.3464.4146.27
HexC25B2A0354E1813402e
Octal30213352065116302310056
Binary1100001010110111010100110101100111011000100111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25B2A; }

 p { color: rgb(194,91,42); }

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

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

 a { background-color: rgb(194,91,42); }

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

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

 span { border-color: rgb(194,91,42); }

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