Html Css Color HEX #C25C3B Ecstasy

📋 copy color: '#C25C3B'

red 194 ◦ green 92 ◦ blue 59

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

Shades of Ecstasy #C25C3B

Tints of Ecstasy #C25C3B

RGB

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

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

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

R = 56.23%
G = 26.67%
B = 17.1%

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

#C25C3B (or 0xC25C3B) is known color: Ecstasy. HEX triplet: C2, 5C and 3B. RGB value is (194,92,59). Sum of RGB (Red+Green+Blue) = 194+92+59=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25C3B is #3DA3C4. Grayscale: #767676. Windows color (decimal): -4039621 or 3890370. OLE color: 3890370.

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

Color convert

RGB 194 92 59 -
CMYK 0 0.53 0.70 0.24
HSL 14.67º 0.53% 0.5% -
HSV(B) 14.67º 0.7% 0.76% -
XYZ 26.86 19.44 6.47 -
YUV 118.74 94.29 181.68 -
System Red Green Blue C M Y K H S L
Decimal 194 92 59 0 0.53 0.70 0.24 14.67 0.53 0.5
Hex C2 5C 3B 0 35 46 18 F 35 32
Octal 302 134 73 0 65 106 30 17 65 62
Binary 11000010 1011100 111011 0 110101 1000110 11000 1111 110101 110010

Color Harmonies of #C25C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25C3B

Black with #C25C3B

Text Example


Text Example

White with #C25C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25C3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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