Html Css Color HEX #C2613F Ecstasy

📋 copy color: '#C2613F'

red 194 ◦ green 97 ◦ blue 63

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

Shades of Ecstasy #C2613F

Tints of Ecstasy #C2613F

RGB

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

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

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

R = 54.8%
G = 27.4%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2613F (or 0xC2613F) is known color: Ecstasy. HEX triplet: C2, 61 and 3F. RGB value is (194,97,63). Sum of RGB (Red+Green+Blue) = 194+97+63=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C2613F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2613F is #3D9EC0. Grayscale: #7A7A7A. Windows color (decimal): -4038337 or 4153794. OLE color: 4153794.

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

Color convert

RGB 194 97 63 -
CMYK 0 0.50 0.68 0.24
HSL 15.57º 0.52% 0.5% -
HSV(B) 15.57º 0.68% 0.76% -
XYZ 27.42 20.38 7.19 -
YUV 122.13 94.64 179.26 -
System Red Green Blue C M Y K H S L
Decimal 194 97 63 0 0.50 0.68 0.24 15.57 0.52 0.5
Hex C2 61 3F 0 32 44 18 10 34 32
Octal 302 141 77 0 62 104 30 20 64 62
Binary 11000010 1100001 111111 0 110010 1000100 11000 10000 110100 110010

Color Harmonies of #C2613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2613F

Black with #C2613F

Text Example


Text Example

White with #C2613F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2613F; }

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

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

background-color css

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

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

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

border-color css

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

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

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