#C25E1F

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

Shades of Christine #C25E1F

Tints of Christine #C25E1F

Color information

#C25E1F (or 0xC25E1F) is unknown color: approx Christine. HEX triplet: C2, 5E and 1F. RGB value is (194,94,31). Sum of RGB (Red+Green+Blue) = 194+94+31=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25E1F is #3DA1E0. Grayscale: #757575. Windows color (decimal): -4039137 or 2055874. OLE color: 2055874.

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

Color convert

RGB1949431-
CMYK00.520.840.24
HSL23.19º72.44%44.12%-
HSV(B)23.19º84.02%76.08%-
XYZ26.519.573.68-
YUV116.7279.63183.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.82%
GREEN value IS 94 (37.11% from 255) = 29.47%
BLUE value IS 31 (12.5% from 255) = 9.72%
R=60.82%
G=29.47%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194943100.520.840.2423.1972.4444.12
HexC25E1F034541817482c
Octal30213637064124302711054
Binary110000101011110111110110100101010011000101111001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25E1F; }

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

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

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

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

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

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

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

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