Html Css Color HEX #CF5741 Dark Coral

📋 copy color: '#CF5741'

red 207 ◦ green 87 ◦ blue 65

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

Shades of Dark Coral #CF5741

Tints of Dark Coral #CF5741

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.23%

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

R = 57.66%
G = 24.23%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF5741 (or 0xCF5741) is known color: Dark Coral. HEX triplet: CF, 57 and 41. RGB value is (207,87,65). Sum of RGB (Red+Green+Blue) = 207+87+65=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5741 is #30A8BE. Grayscale: #787878. Windows color (decimal): -3188927 or 4282319. OLE color: 4282319.

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

Color convert

RGB 207 87 65 -
CMYK 0 0.58 0.69 0.19
HSL 9.3º 0.6% 0.53% -
HSV(B) 9.3º 0.69% 0.81% -
XYZ 30.09 20.46 7.36 -
YUV 120.37 96.76 189.79 -
System Red Green Blue C M Y K H S L
Decimal 207 87 65 0 0.58 0.69 0.19 9.3 0.6 0.53
Hex CF 57 41 0 3A 45 13 9 3C 35
Octal 317 127 101 0 72 105 23 11 74 65
Binary 11001111 1010111 1000001 0 111010 1000101 10011 1001 111100 110101

Color Harmonies of #CF5741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5741

Black with #CF5741

Text Example


Text Example

White with #CF5741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5741; }

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

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

background-color css

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

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

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

border-color css

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

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

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