Html Css Color HEX #C25D25 Christine

📋 copy color: '#C25D25'

red 194 ◦ green 93 ◦ blue 37

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

Shades of Christine #C25D25

Tints of Christine #C25D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.42%

R = 59.88%
G = 28.7%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C25D25 (or 0xC25D25) is known color: Christine. HEX triplet: C2, 5D and 25. RGB value is (194,93,37). Sum of RGB (Red+Green+Blue) = 194+93+37=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25D25 is #3DA2DA. Grayscale: #757575. Windows color (decimal): -4039387 or 2448834. OLE color: 2448834.

HSL color Cylindrical-coordinate representation of color #C25D25: hue angle of 21.4º degrees, saturation: 0.68, 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 #C25D25 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 93 37 -
CMYK 0 0.52 0.81 0.24
HSL 21.4º 0.68% 0.45% -
HSV(B) 21.4º 0.81% 0.76% -
XYZ 26.5 19.43 4.1 -
YUV 116.82 82.96 183.05 -
System Red Green Blue C M Y K H S L
Decimal 194 93 37 0 0.52 0.81 0.24 21.4 0.68 0.45
Hex C2 5D 25 0 34 51 18 15 44 2D
Octal 302 135 45 0 64 121 30 25 104 55
Binary 11000010 1011101 100101 0 110100 1010001 11000 10101 1000100 101101

Color Harmonies of #C25D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25D25

Black with #C25D25

Text Example


Text Example

White with #C25D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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