#C25D2B

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

Shades of Christine #C25D2B

Tints of Christine #C25D2B

Color information

#C25D2B (or 0xC25D2B) is unknown color: approx Christine. HEX triplet: C2, 5D and 2B. RGB value is (194,93,43). Sum of RGB (Red+Green+Blue) = 194+93+43=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25D2B is #3DA2D4. Grayscale: #757575. Windows color (decimal): -4039381 or 2842050. OLE color: 2842050.

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

Color convert

RGB1949343-
CMYK00.520.780.24
HSL19.87º63.71%46.47%-
HSV(B)19.87º77.84%76.08%-
XYZ26.619.474.64-
YUV117.585.96182.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.79%
GREEN value IS 93 (36.72% from 255) = 28.18%
BLUE value IS 43 (17.19% from 255) = 13.03%
R=58.79%
G=28.18%
B=13.03%

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
Decimal194934300.520.780.2419.8763.7146.47
HexC25D2B0344E1814402e
Octal30213553064116302410056
Binary1100001010111011010110110100100111011000101001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25D2B; }

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

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

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

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

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

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

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

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