Html Css Color HEX #C25F38 Ecstasy

📋 copy color: '#C25F38'

red 194 ◦ green 95 ◦ blue 56

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

Shades of Ecstasy #C25F38

Tints of Ecstasy #C25F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.23%

R = 56.23%
G = 27.54%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C25F38 (or 0xC25F38) is known color: Ecstasy. HEX triplet: C2, 5F and 38. RGB value is (194,95,56). Sum of RGB (Red+Green+Blue) = 194+95+56=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25F38 is #3DA0C7. Grayscale: #787878. Windows color (decimal): -4038856 or 3694530. OLE color: 3694530.

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

Color convert

RGB 194 95 56 -
CMYK 0 0.51 0.71 0.24
HSL 16.96º 0.55% 0.49% -
HSV(B) 16.96º 0.71% 0.76% -
XYZ 27.05 19.94 6.16 -
YUV 120.16 91.8 180.67 -
System Red Green Blue C M Y K H S L
Decimal 194 95 56 0 0.51 0.71 0.24 16.96 0.55 0.49
Hex C2 5F 38 0 33 47 18 11 37 31
Octal 302 137 70 0 63 107 30 21 67 61
Binary 11000010 1011111 111000 0 110011 1000111 11000 10001 110111 110001

Color Harmonies of #C25F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F38

Black with #C25F38

Text Example


Text Example

White with #C25F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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