Html Css Color HEX #C25824 Christine

📋 copy color: '#C25824'

red 194 ◦ green 88 ◦ blue 36

#C25824
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christine #C25824

Tints of Christine #C25824

RGB

 RED value IS 194 (76.17% from 255) = 61.01%

 GREEN value IS 88 (34.77% from 255) = 27.67%

 BLUE value IS 36 (14.45% from 255) = 11.32%

R = 61.01%
G = 27.67%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C25824 (or 0xC25824) is known color: Christine. HEX triplet: C2, 58 and 24. RGB value is (194,88,36). Sum of RGB (Red+Green+Blue) = 194+88+36=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 36 (14.45% from 255 or 11.32% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C25824 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25824 is #3DA7DB. Grayscale: #727272. Windows color (decimal): -4040668 or 2382018. OLE color: 2382018.

HSL color Cylindrical-coordinate representation of color #C25824: hue angle of 19.75º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C25824 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 88 36 -
CMYK 0 0.55 0.81 0.24
HSL 19.75º 0.69% 0.45% -
HSV(B) 19.75º 0.81% 0.76% -
XYZ 26.06 18.58 3.88 -
YUV 113.77 84.12 185.23 -
System Red Green Blue C M Y K H S L
Decimal 194 88 36 0 0.55 0.81 0.24 19.75 0.69 0.45
Hex C2 58 24 0 37 51 18 14 45 2D
Octal 302 130 44 0 67 121 30 24 105 55
Binary 11000010 1011000 100100 0 110111 1010001 11000 10100 1000101 101101

Color Harmonies of #C25824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25824

Black with #C25824

Text Example


Text Example

White with #C25824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25824; }

 p { color: rgb(194,88,36); }

 H1.HeaderClassName
 {
   color: #C25824;
 }
 .AnyTagClassName
 {
   color: #C25824;
 }
</style>

background-color css

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

 a { background-color: rgb(194,88,36); }

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

border-color css

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

 span { border-color: rgb(194,88,36); }

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