Html Css Color HEX #CF5841 Dark Coral

📋 copy color: '#CF5841'

red 207 ◦ green 88 ◦ blue 65

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

Shades of Dark Coral #CF5841

Tints of Dark Coral #CF5841

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.44%

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

R = 57.5%
G = 24.44%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF5841 (or 0xCF5841) is known color: Dark Coral. HEX triplet: CF, 58 and 41. RGB value is (207,88,65). Sum of RGB (Red+Green+Blue) = 207+88+65=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5841 is #30A7BE. Grayscale: #797979. Windows color (decimal): -3188671 or 4282575. OLE color: 4282575.

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

Color convert

RGB 207 88 65 -
CMYK 0 0.57 0.69 0.19
HSL 9.72º 0.6% 0.53% -
HSV(B) 9.72º 0.69% 0.81% -
XYZ 30.18 20.63 7.39 -
YUV 120.96 96.42 189.37 -
System Red Green Blue C M Y K H S L
Decimal 207 88 65 0 0.57 0.69 0.19 9.72 0.6 0.53
Hex CF 58 41 0 39 45 13 A 3C 35
Octal 317 130 101 0 71 105 23 12 74 65
Binary 11001111 1011000 1000001 0 111001 1000101 10011 1010 111100 110101

Color Harmonies of #CF5841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5841

Black with #CF5841

Text Example


Text Example

White with #CF5841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5841; }

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

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

background-color css

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

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

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

border-color css

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

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

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