Html Css Color HEX #CF5740 Dark Coral

📋 copy color: '#CF5740'

red 207 ◦ green 87 ◦ blue 64

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

Shades of Dark Coral #CF5740

Tints of Dark Coral #CF5740

RGB

 RED value IS 207 (81.25% from 255) = 57.82%

 GREEN value IS 87 (34.38% from 255) = 24.3%

 BLUE value IS 64 (25.39% from 255) = 17.88%

R = 57.82%
G = 24.3%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF5740 (or 0xCF5740) is known color: Dark Coral. HEX triplet: CF, 57 and 40. RGB value is (207,87,64). Sum of RGB (Red+Green+Blue) = 207+87+64=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5740 is #30A8BF. Grayscale: #787878. Windows color (decimal): -3188928 or 4216783. OLE color: 4216783.

HSL color Cylindrical-coordinate representation of color #CF5740: hue angle of 9.65º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF5740 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 87 64 -
CMYK 0 0.58 0.69 0.19
HSL 9.65º 0.6% 0.53% -
HSV(B) 9.65º 0.69% 0.81% -
XYZ 30.07 20.45 7.21 -
YUV 120.26 96.26 189.87 -
System Red Green Blue C M Y K H S L
Decimal 207 87 64 0 0.58 0.69 0.19 9.65 0.6 0.53
Hex CF 57 40 0 3A 45 13 A 3C 35
Octal 317 127 100 0 72 105 23 12 74 65
Binary 11001111 1010111 1000000 0 111010 1000101 10011 1010 111100 110101

Color Harmonies of #CF5740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5740

Black with #CF5740

Text Example


Text Example

White with #CF5740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5740; }

 p { color: rgb(207,87,64); }

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

background-color css

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

 a { background-color: rgb(207,87,64); }

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

border-color css

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

 span { border-color: rgb(207,87,64); }

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