Html Css Color HEX #CF5340 Dark Coral

📋 copy color: '#CF5340'

red 207 ◦ green 83 ◦ blue 64

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

Shades of Dark Coral #CF5340

Tints of Dark Coral #CF5340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.45%

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

R = 58.47%
G = 23.45%
B = 18.08%

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

#CF5340 (or 0xCF5340) is known color: Dark Coral. HEX triplet: CF, 53 and 40. RGB value is (207,83,64). Sum of RGB (Red+Green+Blue) = 207+83+64=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5340 is #30ACBF. Grayscale: #767676. Windows color (decimal): -3189952 or 4215759. OLE color: 4215759.

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

Color convert

RGB 207 83 64 -
CMYK 0 0.60 0.69 0.19
HSL 7.97º 0.6% 0.53% -
HSV(B) 7.97º 0.69% 0.81% -
XYZ 29.75 19.82 7.11 -
YUV 117.91 97.58 191.54 -
System Red Green Blue C M Y K H S L
Decimal 207 83 64 0 0.60 0.69 0.19 7.97 0.6 0.53
Hex CF 53 40 0 3C 45 13 8 3C 35
Octal 317 123 100 0 74 105 23 10 74 65
Binary 11001111 1010011 1000000 0 111100 1000101 10011 1000 111100 110101

Color Harmonies of #CF5340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5340

Black with #CF5340

Text Example


Text Example

White with #CF5340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5340; }

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

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

background-color css

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

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

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

border-color css

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

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

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