Html Css Color HEX #C55E2D Christine

📋 copy color: '#C55E2D'

red 197 ◦ green 94 ◦ blue 45

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

Shades of Christine #C55E2D

Tints of Christine #C55E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.39%

R = 58.63%
G = 27.98%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C55E2D (or 0xC55E2D) is known color: Christine. HEX triplet: C5, 5E and 2D. RGB value is (197,94,45). Sum of RGB (Red+Green+Blue) = 197+94+45=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55E2D is #3AA1D2. Grayscale: #777777. Windows color (decimal): -3842515 or 2973381. OLE color: 2973381.

HSL color Cylindrical-coordinate representation of color #C55E2D: hue angle of 19.34º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C55E2D is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 94 45 -
CMYK 0 0.52 0.77 0.23
HSL 19.34º 0.63% 0.47% -
HSV(B) 19.34º 0.77% 0.77% -
XYZ 27.5 20.07 4.91 -
YUV 119.21 86.12 183.48 -
System Red Green Blue C M Y K H S L
Decimal 197 94 45 0 0.52 0.77 0.23 19.34 0.63 0.47
Hex C5 5E 2D 0 34 4D 17 13 3F 2F
Octal 305 136 55 0 64 115 27 23 77 57
Binary 11000101 1011110 101101 0 110100 1001101 10111 10011 111111 101111

Color Harmonies of #C55E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55E2D

Black with #C55E2D

Text Example


Text Example

White with #C55E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55E2D; }

 p { color: rgb(197,94,45); }

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

background-color css

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

 a { background-color: rgb(197,94,45); }

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

border-color css

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

 span { border-color: rgb(197,94,45); }

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