#C25E2D

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

Shades of Christine #C25E2D

Tints of Christine #C25E2D

Color information

#C25E2D (or 0xC25E2D) is unknown color: approx Christine. HEX triplet: C2, 5E and 2D. RGB value is (194,94,45). Sum of RGB (Red+Green+Blue) = 194+94+45=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25E2D is #3DA1D2. Grayscale: #767676. Windows color (decimal): -4039123 or 2973378. OLE color: 2973378.

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

Color convert

RGB1949445-
CMYK00.520.770.24
HSL19.73º62.34%46.86%-
HSV(B)19.73º76.8%76.08%-
XYZ26.7219.664.87-
YUV118.3186.63181.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.26%
GREEN value IS 94 (37.11% from 255) = 28.23%
BLUE value IS 45 (17.97% from 255) = 13.51%
R=58.26%
G=28.23%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194944500.520.770.2419.7362.3446.86
HexC25E2D0344D18143e2f
Octal3021365506411530247657
Binary110000101011110101101011010010011011100010100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25E2D; }

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

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

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

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

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

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

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

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