Html Css Color HEX #C25C3A Ecstasy

📋 copy color: '#C25C3A'

red 194 ◦ green 92 ◦ blue 58

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

Shades of Ecstasy #C25C3A

Tints of Ecstasy #C25C3A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.74%

 BLUE value IS 58 (23.05% from 255) = 16.86%

R = 56.4%
G = 26.74%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C25C3A (or 0xC25C3A) is known color: Ecstasy. HEX triplet: C2, 5C and 3A. RGB value is (194,92,58). Sum of RGB (Red+Green+Blue) = 194+92+58=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25C3A is #3DA3C5. Grayscale: #767676. Windows color (decimal): -4039622 or 3824834. OLE color: 3824834.

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

Color convert

RGB 194 92 58 -
CMYK 0 0.53 0.70 0.24
HSL 15º 0.54% 0.49% -
HSV(B) 15º 0.7% 0.76% -
XYZ 26.84 19.43 6.34 -
YUV 118.62 93.79 181.76 -
System Red Green Blue C M Y K H S L
Decimal 194 92 58 0 0.53 0.70 0.24 15 0.54 0.49
Hex C2 5C 3A 0 35 46 18 F 36 31
Octal 302 134 72 0 65 106 30 17 66 61
Binary 11000010 1011100 111010 0 110101 1000110 11000 1111 110110 110001

Color Harmonies of #C25C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25C3A

Black with #C25C3A

Text Example


Text Example

White with #C25C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25C3A; }

 p { color: rgb(194,92,58); }

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

background-color css

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

 a { background-color: rgb(194,92,58); }

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

border-color css

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

 span { border-color: rgb(194,92,58); }

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