Html Css Color HEX #C75241 Dark Coral

📋 copy color: '#C75241'

red 199 ◦ green 82 ◦ blue 65

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

Shades of Dark Coral #C75241

Tints of Dark Coral #C75241

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.7%

 BLUE value IS 65 (25.78% from 255) = 18.79%

R = 57.51%
G = 23.7%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C75241 (or 0xC75241) is known color: Dark Coral. HEX triplet: C7, 52 and 41. RGB value is (199,82,65). Sum of RGB (Red+Green+Blue) = 199+82+65=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C75241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75241 is #38ADBE. Grayscale: #737373. Windows color (decimal): -3714495 or 4281031. OLE color: 4281031.

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

Color convert

RGB 199 82 65 -
CMYK 0 0.59 0.67 0.22
HSL 7.61º 0.54% 0.52% -
HSV(B) 7.61º 0.67% 0.78% -
XYZ 27.52 18.56 7.13 -
YUV 115.05 99.76 187.88 -
System Red Green Blue C M Y K H S L
Decimal 199 82 65 0 0.59 0.67 0.22 7.61 0.54 0.52
Hex C7 52 41 0 3B 43 16 8 36 34
Octal 307 122 101 0 73 103 26 10 66 64
Binary 11000111 1010010 1000001 0 111011 1000011 10110 1000 110110 110100

Color Harmonies of #C75241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75241

Black with #C75241

Text Example


Text Example

White with #C75241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75241; }

 p { color: rgb(199,82,65); }

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

background-color css

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

 a { background-color: rgb(199,82,65); }

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

border-color css

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

 span { border-color: rgb(199,82,65); }

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