Html Css Color HEX #C75D2E Ecstasy

📋 copy color: '#C75D2E'

red 199 ◦ green 93 ◦ blue 46

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

Shades of Ecstasy #C75D2E

Tints of Ecstasy #C75D2E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.51%

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

R = 58.88%
G = 27.51%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C75D2E (or 0xC75D2E) is known color: Ecstasy. HEX triplet: C7, 5D and 2E. RGB value is (199,93,46). Sum of RGB (Red+Green+Blue) = 199+93+46=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75D2E is #38A2D1. Grayscale: #777777. Windows color (decimal): -3711698 or 3038663. OLE color: 3038663.

HSL color Cylindrical-coordinate representation of color #C75D2E: hue angle of 18.43º 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 #C75D2E is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 93 46 -
CMYK 0 0.53 0.77 0.22
HSL 18.43º 0.62% 0.48% -
HSV(B) 18.43º 0.77% 0.78% -
XYZ 27.96 20.17 5 -
YUV 119.34 86.62 184.82 -
System Red Green Blue C M Y K H S L
Decimal 199 93 46 0 0.53 0.77 0.22 18.43 0.62 0.48
Hex C7 5D 2E 0 35 4D 16 12 3E 30
Octal 307 135 56 0 65 115 26 22 76 60
Binary 11000111 1011101 101110 0 110101 1001101 10110 10010 111110 110000

Color Harmonies of #C75D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75D2E

Black with #C75D2E

Text Example


Text Example

White with #C75D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75D2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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