Html Css Color HEX #C55D24 Christine

📋 copy color: '#C55D24'

red 197 ◦ green 93 ◦ blue 36

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

Shades of Christine #C55D24

Tints of Christine #C55D24

RGB

 RED value IS 197 (77.34% from 255) = 60.43%

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

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

R = 60.43%
G = 28.53%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C55D24 (or 0xC55D24) is known color: Christine. HEX triplet: C5, 5D and 24. RGB value is (197,93,36). Sum of RGB (Red+Green+Blue) = 197+93+36=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55D24 is #3AA2DB. Grayscale: #757575. Windows color (decimal): -3842780 or 2383301. OLE color: 2383301.

HSL color Cylindrical-coordinate representation of color #C55D24: hue angle of 21.24º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C55D24 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 93 36 -
CMYK 0 0.53 0.82 0.23
HSL 21.24º 0.69% 0.46% -
HSV(B) 21.24º 0.82% 0.77% -
XYZ 27.26 19.83 4.06 -
YUV 117.6 81.96 184.63 -
System Red Green Blue C M Y K H S L
Decimal 197 93 36 0 0.53 0.82 0.23 21.24 0.69 0.46
Hex C5 5D 24 0 35 52 17 15 45 2E
Octal 305 135 44 0 65 122 27 25 105 56
Binary 11000101 1011101 100100 0 110101 1010010 10111 10101 1000101 101110

Color Harmonies of #C55D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55D24

Black with #C55D24

Text Example


Text Example

White with #C55D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55D24; }

 p { color: rgb(197,93,36); }

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

background-color css

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

 a { background-color: rgb(197,93,36); }

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

border-color css

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

 span { border-color: rgb(197,93,36); }

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