Html Css Color HEX #C75F3F Ecstasy

📋 copy color: '#C75F3F'

red 199 ◦ green 95 ◦ blue 63

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

Shades of Ecstasy #C75F3F

Tints of Ecstasy #C75F3F

RGB

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

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

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

R = 55.74%
G = 26.61%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C75F3F (or 0xC75F3F) is known color: Ecstasy. HEX triplet: C7, 5F and 3F. RGB value is (199,95,63). Sum of RGB (Red+Green+Blue) = 199+95+63=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C75F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75F3F is #38A0C0. Grayscale: #7A7A7A. Windows color (decimal): -3711169 or 4153287. OLE color: 4153287.

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

Color convert

RGB 199 95 63 -
CMYK 0 0.52 0.68 0.22
HSL 14.12º 0.55% 0.51% -
HSV(B) 14.12º 0.68% 0.78% -
XYZ 28.54 20.69 7.19 -
YUV 122.45 94.46 182.6 -
System Red Green Blue C M Y K H S L
Decimal 199 95 63 0 0.52 0.68 0.22 14.12 0.55 0.51
Hex C7 5F 3F 0 34 44 16 E 37 33
Octal 307 137 77 0 64 104 26 16 67 63
Binary 11000111 1011111 111111 0 110100 1000100 10110 1110 110111 110011

Color Harmonies of #C75F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75F3F

Black with #C75F3F

Text Example


Text Example

White with #C75F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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