Html Css Color HEX #CF5240 Dark Coral

📋 copy color: '#CF5240'

red 207 ◦ green 82 ◦ blue 64

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

Shades of Dark Coral #CF5240

Tints of Dark Coral #CF5240

RGB

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

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

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

R = 58.64%
G = 23.23%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF5240 (or 0xCF5240) is known color: Dark Coral. HEX triplet: CF, 52 and 40. RGB value is (207,82,64). Sum of RGB (Red+Green+Blue) = 207+82+64=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5240 is #30ADBF. Grayscale: #757575. Windows color (decimal): -3190208 or 4215503. OLE color: 4215503.

HSL color Cylindrical-coordinate representation of color #CF5240: hue angle of 7.55º 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 #CF5240 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 82 64 -
CMYK 0 0.60 0.69 0.19
HSL 7.55º 0.6% 0.53% -
HSV(B) 7.55º 0.69% 0.81% -
XYZ 29.67 19.67 7.08 -
YUV 117.32 97.91 191.96 -
System Red Green Blue C M Y K H S L
Decimal 207 82 64 0 0.60 0.69 0.19 7.55 0.6 0.53
Hex CF 52 40 0 3C 45 13 8 3C 35
Octal 317 122 100 0 74 105 23 10 74 65
Binary 11001111 1010010 1000000 0 111100 1000101 10011 1000 111100 110101

Color Harmonies of #CF5240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5240

Black with #CF5240

Text Example


Text Example

White with #CF5240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5240; }

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

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

background-color css

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

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

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

border-color css

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

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

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