Html Css Color HEX #C75D3F Ecstasy

📋 copy color: '#C75D3F'

red 199 ◦ green 93 ◦ blue 63

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

Shades of Ecstasy #C75D3F

Tints of Ecstasy #C75D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.75%

R = 56.06%
G = 26.2%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C75D3F (or 0xC75D3F) is known color: Ecstasy. HEX triplet: C7, 5D and 3F. RGB value is (199,93,63). Sum of RGB (Red+Green+Blue) = 199+93+63=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75D3F is #38A2C0. Grayscale: #797979. Windows color (decimal): -3711681 or 4152775. OLE color: 4152775.

HSL color Cylindrical-coordinate representation of color #C75D3F: hue angle of 13.24º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C75D3F is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 93 63 -
CMYK 0 0.53 0.68 0.22
HSL 13.24º 0.55% 0.51% -
HSV(B) 13.24º 0.68% 0.78% -
XYZ 28.36 20.33 7.13 -
YUV 121.27 95.12 183.44 -
System Red Green Blue C M Y K H S L
Decimal 199 93 63 0 0.53 0.68 0.22 13.24 0.55 0.51
Hex C7 5D 3F 0 35 44 16 D 37 33
Octal 307 135 77 0 65 104 26 15 67 63
Binary 11000111 1011101 111111 0 110101 1000100 10110 1101 110111 110011

Color Harmonies of #C75D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75D3F

Black with #C75D3F

Text Example


Text Example

White with #C75D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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