Html Css Color HEX #CF5F41 Dark Coral

📋 copy color: '#CF5F41'

red 207 ◦ green 95 ◦ blue 65

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

Shades of Dark Coral #CF5F41

Tints of Dark Coral #CF5F41

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.89%

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

R = 56.4%
G = 25.89%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF5F41 (or 0xCF5F41) is known color: Dark Coral. HEX triplet: CF, 5F and 41. RGB value is (207,95,65). Sum of RGB (Red+Green+Blue) = 207+95+65=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5F41 is #30A0BE. Grayscale: #7D7D7D. Windows color (decimal): -3186879 or 4284367. OLE color: 4284367.

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

Color convert

RGB 207 95 65 -
CMYK 0 0.54 0.69 0.19
HSL 12.68º 0.6% 0.53% -
HSV(B) 12.68º 0.69% 0.81% -
XYZ 30.78 21.83 7.59 -
YUV 125.07 94.11 186.44 -
System Red Green Blue C M Y K H S L
Decimal 207 95 65 0 0.54 0.69 0.19 12.68 0.6 0.53
Hex CF 5F 41 0 36 45 13 D 3C 35
Octal 317 137 101 0 66 105 23 15 74 65
Binary 11001111 1011111 1000001 0 110110 1000101 10011 1101 111100 110101

Color Harmonies of #CF5F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5F41

Black with #CF5F41

Text Example


Text Example

White with #CF5F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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