Html Css Color HEX #CF503F Dark Coral

📋 copy color: '#CF503F'

red 207 ◦ green 80 ◦ blue 63

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

Shades of Dark Coral #CF503F

Tints of Dark Coral #CF503F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.86%

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

R = 59.14%
G = 22.86%
B = 18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF503F (or 0xCF503F) is known color: Dark Coral. HEX triplet: CF, 50 and 3F. RGB value is (207,80,63). Sum of RGB (Red+Green+Blue) = 207+80+63=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF503F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF503F is #30AFC0. Grayscale: #747474. Windows color (decimal): -3190721 or 4149455. OLE color: 4149455.

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

Color convert

RGB 207 80 63 -
CMYK 0 0.61 0.70 0.19
HSL 7.08º 0.6% 0.53% -
HSV(B) 7.08º 0.7% 0.81% -
XYZ 29.5 19.36 6.89 -
YUV 116.04 98.08 192.88 -
System Red Green Blue C M Y K H S L
Decimal 207 80 63 0 0.61 0.70 0.19 7.08 0.6 0.53
Hex CF 50 3F 0 3D 46 13 7 3C 35
Octal 317 120 77 0 75 106 23 7 74 65
Binary 11001111 1010000 111111 0 111101 1000110 10011 111 111100 110101

Color Harmonies of #CF503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF503F

Black with #CF503F

Text Example


Text Example

White with #CF503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF503F; }

 p { color: rgb(207,80,63); }

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

background-color css

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

 a { background-color: rgb(207,80,63); }

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

border-color css

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

 span { border-color: rgb(207,80,63); }

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