Html Css Color HEX #C1613F Ecstasy

📋 copy color: '#C1613F'

red 193 ◦ green 97 ◦ blue 63

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

Shades of Ecstasy #C1613F

Tints of Ecstasy #C1613F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.85%

R = 54.67%
G = 27.48%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C1613F (or 0xC1613F) is known color: Ecstasy. HEX triplet: C1, 61 and 3F. RGB value is (193,97,63). Sum of RGB (Red+Green+Blue) = 193+97+63=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C1613F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1613F is #3E9EC0. Grayscale: #7A7A7A. Windows color (decimal): -4103873 or 4153793. OLE color: 4153793.

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

Color convert

RGB 193 97 63 -
CMYK 0 0.50 0.67 0.24
HSL 15.69º 0.51% 0.5% -
HSV(B) 15.69º 0.67% 0.76% -
XYZ 27.16 20.25 7.18 -
YUV 121.83 94.8 178.76 -
System Red Green Blue C M Y K H S L
Decimal 193 97 63 0 0.50 0.67 0.24 15.69 0.51 0.5
Hex C1 61 3F 0 32 43 18 10 33 32
Octal 301 141 77 0 62 103 30 20 63 62
Binary 11000001 1100001 111111 0 110010 1000011 11000 10000 110011 110010

Color Harmonies of #C1613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1613F

Black with #C1613F

Text Example


Text Example

White with #C1613F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1613F; }

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

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

background-color css

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

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

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

border-color css

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

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

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