#c75f24

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

Shades of Christine #C75F24

Tints of Christine #C75F24

Color information

#C75F24 (or 0xC75F24) is unknown color: approx Christine. HEX triplet: C7, 5F and 24. RGB value is (199,95,36). Sum of RGB (Red+Green+Blue) = 199+95+36=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C75F24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75F24 is #38A0DB. Grayscale: #777777. Windows color (decimal): -3711196 or 2383815. OLE color: 2383815.

HSL color Cylindrical-coordinate representation of color #C75F24: hue angle of 21.72º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C75F24 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB1999536-
CMYK00.520.820.22
HSL21.72º69.36%46.08%-
HSV(B)21.72º81.91%78.04%-
XYZ27.9620.454.14-
YUV119.3780.96184.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 60.30%
GREEN value IS 95 (37.5% from 255) = 28.79%
BLUE value IS 36 (14.45% from 255) = 10.91%
R=60.30%
G=28.79%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199953600.520.820.2221.7269.3646.08
HexC75F24034521616452e
Octal30713744064122262610556
Binary1100011110111111001000110100101001010110101101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c75f24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c75f24; }

 p { color: rgb(199,95,36); }

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

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

 a { background-color: rgb(199,95,36); }

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

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

 span { border-color: rgb(199,95,36); }

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