Html Css Color HEX #C25F36 Ecstasy

📋 copy color: '#C25F36'

red 194 ◦ green 95 ◦ blue 54

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

Shades of Ecstasy #C25F36

Tints of Ecstasy #C25F36

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.7%

 BLUE value IS 54 (21.48% from 255) = 15.74%

R = 56.56%
G = 27.7%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C25F36 (or 0xC25F36) is known color: Ecstasy. HEX triplet: C2, 5F and 36. RGB value is (194,95,54). Sum of RGB (Red+Green+Blue) = 194+95+54=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25F36 is #3DA0C9. Grayscale: #787878. Windows color (decimal): -4038858 or 3563458. OLE color: 3563458.

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

Color convert

RGB 194 95 54 -
CMYK 0 0.51 0.72 0.24
HSL 17.57º 0.56% 0.49% -
HSV(B) 17.57º 0.72% 0.76% -
XYZ 27.01 19.92 5.91 -
YUV 119.93 90.8 180.83 -
System Red Green Blue C M Y K H S L
Decimal 194 95 54 0 0.51 0.72 0.24 17.57 0.56 0.49
Hex C2 5F 36 0 33 48 18 12 38 31
Octal 302 137 66 0 63 110 30 22 70 61
Binary 11000010 1011111 110110 0 110011 1001000 11000 10010 111000 110001

Color Harmonies of #C25F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F36

Black with #C25F36

Text Example


Text Example

White with #C25F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F36; }

 p { color: rgb(194,95,54); }

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

background-color css

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

 a { background-color: rgb(194,95,54); }

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

border-color css

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

 span { border-color: rgb(194,95,54); }

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