Html Css Color HEX #CF5341 Dark Coral

📋 copy color: '#CF5341'

red 207 ◦ green 83 ◦ blue 65

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

Shades of Dark Coral #CF5341

Tints of Dark Coral #CF5341

RGB

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

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

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

R = 58.31%
G = 23.38%
B = 18.31%

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

#CF5341 (or 0xCF5341) is known color: Dark Coral. HEX triplet: CF, 53 and 41. RGB value is (207,83,65). Sum of RGB (Red+Green+Blue) = 207+83+65=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5341 is #30ACBE. Grayscale: #767676. Windows color (decimal): -3189951 or 4281295. OLE color: 4281295.

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

Color convert

RGB 207 83 65 -
CMYK 0 0.60 0.69 0.19
HSL 7.61º 0.6% 0.53% -
HSV(B) 7.61º 0.69% 0.81% -
XYZ 29.78 19.83 7.26 -
YUV 118.02 98.08 191.46 -
System Red Green Blue C M Y K H S L
Decimal 207 83 65 0 0.60 0.69 0.19 7.61 0.6 0.53
Hex CF 53 41 0 3C 45 13 8 3C 35
Octal 317 123 101 0 74 105 23 10 74 65
Binary 11001111 1010011 1000001 0 111100 1000101 10011 1000 111100 110101

Color Harmonies of #CF5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5341

Black with #CF5341

Text Example


Text Example

White with #CF5341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5341; }

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

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

background-color css

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

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

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

border-color css

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

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

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