Html Css Color HEX #C75F2E Ecstasy

📋 copy color: '#C75F2E'

red 199 ◦ green 95 ◦ blue 46

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

Shades of Ecstasy #C75F2E

Tints of Ecstasy #C75F2E

RGB

 RED value IS 199 (78.13% from 255) = 58.53%

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

 BLUE value IS 46 (18.36% from 255) = 13.53%

R = 58.53%
G = 27.94%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C75F2E (or 0xC75F2E) is known color: Ecstasy. HEX triplet: C7, 5F and 2E. RGB value is (199,95,46). Sum of RGB (Red+Green+Blue) = 199+95+46=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 46 (18.36% from 255 or 13.53% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C75F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75F2E is #38A0D1. Grayscale: #787878. Windows color (decimal): -3711186 or 3039175. OLE color: 3039175.

HSL color Cylindrical-coordinate representation of color #C75F2E: hue angle of 19.22º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C75F2E is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 95 46 -
CMYK 0 0.52 0.77 0.22
HSL 19.22º 0.62% 0.48% -
HSV(B) 19.22º 0.77% 0.78% -
XYZ 28.14 20.52 5.06 -
YUV 120.51 85.96 183.98 -
System Red Green Blue C M Y K H S L
Decimal 199 95 46 0 0.52 0.77 0.22 19.22 0.62 0.48
Hex C7 5F 2E 0 34 4D 16 13 3E 30
Octal 307 137 56 0 64 115 26 23 76 60
Binary 11000111 1011111 101110 0 110100 1001101 10110 10011 111110 110000

Color Harmonies of #C75F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75F2E

Black with #C75F2E

Text Example


Text Example

White with #C75F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75F2E; }

 p { color: rgb(199,95,46); }

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

background-color css

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

 a { background-color: rgb(199,95,46); }

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

border-color css

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

 span { border-color: rgb(199,95,46); }

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