Html Css Color HEX #C25E24 Christine

📋 copy color: '#C25E24'

red 194 ◦ green 94 ◦ blue 36

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

Shades of Christine #C25E24

Tints of Christine #C25E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.11%

R = 59.88%
G = 29.01%
B = 11.11%

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

#C25E24 (or 0xC25E24) is known color: Christine. HEX triplet: C2, 5E and 24. RGB value is (194,94,36). Sum of RGB (Red+Green+Blue) = 194+94+36=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 36 (14.45% from 255 or 11.11% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25E24 is #3DA1DB. Grayscale: #757575. Windows color (decimal): -4039132 or 2383554. OLE color: 2383554.

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

Color convert

RGB 194 94 36 -
CMYK 0 0.52 0.81 0.24
HSL 22.03º 0.69% 0.45% -
HSV(B) 22.03º 0.81% 0.76% -
XYZ 26.57 19.6 4.05 -
YUV 117.29 82.13 182.72 -
System Red Green Blue C M Y K H S L
Decimal 194 94 36 0 0.52 0.81 0.24 22.03 0.69 0.45
Hex C2 5E 24 0 34 51 18 16 45 2D
Octal 302 136 44 0 64 121 30 26 105 55
Binary 11000010 1011110 100100 0 110100 1010001 11000 10110 1000101 101101

Color Harmonies of #C25E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25E24

Black with #C25E24

Text Example


Text Example

White with #C25E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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