#C25B1E

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

Shades of Christine #C25B1E

Tints of Christine #C25B1E

Color information

#C25B1E (or 0xC25B1E) is unknown color: approx Christine. HEX triplet: C2, 5B and 1E. RGB value is (194,91,30). Sum of RGB (Red+Green+Blue) = 194+91+30=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25B1E is #3DA4E1. Grayscale: #737373. Windows color (decimal): -4039906 or 1989570. OLE color: 1989570.

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

Color convert

RGB1949130-
CMYK00.530.850.24
HSL22.32º73.21%43.92%-
HSV(B)22.32º84.54%76.08%-
XYZ26.2219.053.52-
YUV114.8480.12184.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.59%
GREEN value IS 91 (35.94% from 255) = 28.89%
BLUE value IS 30 (12.11% from 255) = 9.52%
R=61.59%
G=28.89%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194913000.530.850.2422.3273.2143.92
HexC25B1E035551816492c
Octal30213336065125302611154
Binary110000101011011111100110101101010111000101101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25B1E; }

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

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

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

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

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

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

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

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