Html Css Color HEX #C25D22 Christine

📋 copy color: '#C25D22'

red 194 ◦ green 93 ◦ blue 34

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

Shades of Christine #C25D22

Tints of Christine #C25D22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.59%

R = 60.44%
G = 28.97%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C25D22 (or 0xC25D22) is known color: Christine. HEX triplet: C2, 5D and 22. RGB value is (194,93,34). Sum of RGB (Red+Green+Blue) = 194+93+34=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 34 (13.67% from 255 or 10.59% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25D22 is #3DA2DD. Grayscale: #747474. Windows color (decimal): -4039390 or 2252226. OLE color: 2252226.

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

Color convert

RGB 194 93 34 -
CMYK 0 0.52 0.82 0.24
HSL 22.13º 0.7% 0.45% -
HSV(B) 22.13º 0.82% 0.76% -
XYZ 26.45 19.41 3.87 -
YUV 116.47 81.46 183.3 -
System Red Green Blue C M Y K H S L
Decimal 194 93 34 0 0.52 0.82 0.24 22.13 0.7 0.45
Hex C2 5D 22 0 34 52 18 16 46 2D
Octal 302 135 42 0 64 122 30 26 106 55
Binary 11000010 1011101 100010 0 110100 1010010 11000 10110 1000110 101101

Color Harmonies of #C25D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25D22

Black with #C25D22

Text Example


Text Example

White with #C25D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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