Html Css Color HEX #CF5441 Dark Coral

📋 copy color: '#CF5441'

red 207 ◦ green 84 ◦ blue 65

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

Shades of Dark Coral #CF5441

Tints of Dark Coral #CF5441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.6%

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

R = 58.15%
G = 23.6%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF5441 (or 0xCF5441) is known color: Dark Coral. HEX triplet: CF, 54 and 41. RGB value is (207,84,65). Sum of RGB (Red+Green+Blue) = 207+84+65=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5441 is #30ABBE. Grayscale: #767676. Windows color (decimal): -3189695 or 4281551. OLE color: 4281551.

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

Color convert

RGB 207 84 65 -
CMYK 0 0.59 0.69 0.19
HSL 8.03º 0.6% 0.53% -
HSV(B) 8.03º 0.69% 0.81% -
XYZ 29.86 19.99 7.29 -
YUV 118.61 97.75 191.04 -
System Red Green Blue C M Y K H S L
Decimal 207 84 65 0 0.59 0.69 0.19 8.03 0.6 0.53
Hex CF 54 41 0 3B 45 13 8 3C 35
Octal 317 124 101 0 73 105 23 10 74 65
Binary 11001111 1010100 1000001 0 111011 1000101 10011 1000 111100 110101

Color Harmonies of #CF5441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5441

Black with #CF5441

Text Example


Text Example

White with #CF5441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5441; }

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

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

background-color css

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

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

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

border-color css

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

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

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