Html Css Color HEX #C25D29 Christine

📋 copy color: '#C25D29'

red 194 ◦ green 93 ◦ blue 41

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

Shades of Christine #C25D29

Tints of Christine #C25D29

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.35%

 BLUE value IS 41 (16.41% from 255) = 12.5%

R = 59.15%
G = 28.35%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C25D29 (or 0xC25D29) is known color: Christine. HEX triplet: C2, 5D and 29. RGB value is (194,93,41). Sum of RGB (Red+Green+Blue) = 194+93+41=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 41 (16.41% from 255 or 12.5% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25D29 is #3DA2D6. Grayscale: #757575. Windows color (decimal): -4039383 or 2710978. OLE color: 2710978.

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

Color convert

RGB 194 93 41 -
CMYK 0 0.52 0.79 0.24
HSL 20.39º 0.65% 0.46% -
HSV(B) 20.39º 0.79% 0.76% -
XYZ 26.56 19.46 4.45 -
YUV 117.27 84.96 182.73 -
System Red Green Blue C M Y K H S L
Decimal 194 93 41 0 0.52 0.79 0.24 20.39 0.65 0.46
Hex C2 5D 29 0 34 4F 18 14 41 2E
Octal 302 135 51 0 64 117 30 24 101 56
Binary 11000010 1011101 101001 0 110100 1001111 11000 10100 1000001 101110

Color Harmonies of #C25D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25D29

Black with #C25D29

Text Example


Text Example

White with #C25D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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