Html Css Color HEX #C1613B Ecstasy

📋 copy color: '#C1613B'

red 193 ◦ green 97 ◦ blue 59

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

Shades of Ecstasy #C1613B

Tints of Ecstasy #C1613B

RGB

 RED value IS 193 (75.78% from 255) = 55.3%

 GREEN value IS 97 (38.28% from 255) = 27.79%

 BLUE value IS 59 (23.44% from 255) = 16.91%

R = 55.3%
G = 27.79%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C1613B (or 0xC1613B) is known color: Ecstasy. HEX triplet: C1, 61 and 3B. RGB value is (193,97,59). Sum of RGB (Red+Green+Blue) = 193+97+59=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C1613B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1613B is #3E9EC4. Grayscale: #797979. Windows color (decimal): -4103877 or 3891649. OLE color: 3891649.

HSL color Cylindrical-coordinate representation of color #C1613B: hue angle of 17.01º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1613B is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 97 59 -
CMYK 0 0.50 0.69 0.24
HSL 17.01º 0.53% 0.49% -
HSV(B) 17.01º 0.69% 0.76% -
XYZ 27.06 20.2 6.61 -
YUV 121.37 92.8 179.09 -
System Red Green Blue C M Y K H S L
Decimal 193 97 59 0 0.50 0.69 0.24 17.01 0.53 0.49
Hex C1 61 3B 0 32 45 18 11 35 31
Octal 301 141 73 0 62 105 30 21 65 61
Binary 11000001 1100001 111011 0 110010 1000101 11000 10001 110101 110001

Color Harmonies of #C1613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1613B

Black with #C1613B

Text Example


Text Example

White with #C1613B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1613B; }

 p { color: rgb(193,97,59); }

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

background-color css

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

 a { background-color: rgb(193,97,59); }

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

border-color css

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

 span { border-color: rgb(193,97,59); }

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