Html Css Color HEX #C25E23 Christine

📋 copy color: '#C25E23'

red 194 ◦ green 94 ◦ blue 35

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

Shades of Christine #C25E23

Tints of Christine #C25E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.84%

R = 60.06%
G = 29.1%
B = 10.84%

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

#C25E23 (or 0xC25E23) is known color: Christine. HEX triplet: C2, 5E and 23. RGB value is (194,94,35). Sum of RGB (Red+Green+Blue) = 194+94+35=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 35 (14.06% from 255 or 10.84% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25E23 is #3DA1DC. Grayscale: #757575. Windows color (decimal): -4039133 or 2318018. OLE color: 2318018.

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

Color convert

RGB 194 94 35 -
CMYK 0 0.52 0.82 0.24
HSL 22.26º 0.69% 0.45% -
HSV(B) 22.26º 0.82% 0.76% -
XYZ 26.55 19.6 3.97 -
YUV 117.17 81.63 182.8 -
System Red Green Blue C M Y K H S L
Decimal 194 94 35 0 0.52 0.82 0.24 22.26 0.69 0.45
Hex C2 5E 23 0 34 52 18 16 45 2D
Octal 302 136 43 0 64 122 30 26 105 55
Binary 11000010 1011110 100011 0 110100 1010010 11000 10110 1000101 101101

Color Harmonies of #C25E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25E23

Black with #C25E23

Text Example


Text Example

White with #C25E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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