#C25E2B

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

Shades of Christine #C25E2B

Tints of Christine #C25E2B

Color information

#C25E2B (or 0xC25E2B) is unknown color: approx Christine. HEX triplet: C2, 5E and 2B. RGB value is (194,94,43). Sum of RGB (Red+Green+Blue) = 194+94+43=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25E2B is #3DA1D4. Grayscale: #767676. Windows color (decimal): -4039125 or 2842306. OLE color: 2842306.

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

Color convert

RGB1949443-
CMYK00.520.780.24
HSL20.26º63.71%46.47%-
HSV(B)20.26º77.84%76.08%-
XYZ26.6919.654.67-
YUV118.0985.63182.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.61%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 43 (17.19% from 255) = 12.99%
R=58.61%
G=28.40%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194944300.520.780.2420.2663.7146.47
HexC25E2B0344E1814402e
Octal30213653064116302410056
Binary1100001010111101010110110100100111011000101001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25E2B; }

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

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

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

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

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

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

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

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