Html Css Color HEX #C25E22 Christine

📋 copy color: '#C25E22'

red 194 ◦ green 94 ◦ blue 34

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

Shades of Christine #C25E22

Tints of Christine #C25E22

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.19%

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

R = 60.25%
G = 29.19%
B = 10.56%

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

#C25E22 (or 0xC25E22) is known color: Christine. HEX triplet: C2, 5E and 22. RGB value is (194,94,34). Sum of RGB (Red+Green+Blue) = 194+94+34=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25E22 is #3DA1DD. Grayscale: #757575. Windows color (decimal): -4039134 or 2252482. OLE color: 2252482.

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

Color convert

RGB 194 94 34 -
CMYK 0 0.52 0.82 0.24
HSL 22.5º 0.7% 0.45% -
HSV(B) 22.5º 0.82% 0.76% -
XYZ 26.54 19.59 3.9 -
YUV 117.06 81.13 182.88 -
System Red Green Blue C M Y K H S L
Decimal 194 94 34 0 0.52 0.82 0.24 22.5 0.7 0.45
Hex C2 5E 22 0 34 52 18 16 46 2D
Octal 302 136 42 0 64 122 30 26 106 55
Binary 11000010 1011110 100010 0 110100 1010010 11000 10110 1000110 101101

Color Harmonies of #C25E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25E22

Black with #C25E22

Text Example


Text Example

White with #C25E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25E22; }

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

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

background-color css

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

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

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

border-color css

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

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

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