Html Css Color HEX #CF5141 Dark Coral

📋 copy color: '#CF5141'

red 207 ◦ green 81 ◦ blue 65

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

Shades of Dark Coral #CF5141

Tints of Dark Coral #CF5141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.95%

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

R = 58.64%
G = 22.95%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF5141 (or 0xCF5141) is known color: Dark Coral. HEX triplet: CF, 51 and 41. RGB value is (207,81,65). Sum of RGB (Red+Green+Blue) = 207+81+65=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5141 is #30AEBE. Grayscale: #757575. Windows color (decimal): -3190463 or 4280783. OLE color: 4280783.

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

Color convert

RGB 207 81 65 -
CMYK 0 0.61 0.69 0.19
HSL 6.76º 0.6% 0.53% -
HSV(B) 6.76º 0.69% 0.81% -
XYZ 29.63 19.53 7.21 -
YUV 116.85 98.74 192.3 -
System Red Green Blue C M Y K H S L
Decimal 207 81 65 0 0.61 0.69 0.19 6.76 0.6 0.53
Hex CF 51 41 0 3D 45 13 7 3C 35
Octal 317 121 101 0 75 105 23 7 74 65
Binary 11001111 1010001 1000001 0 111101 1000101 10011 111 111100 110101

Color Harmonies of #CF5141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5141

Black with #CF5141

Text Example


Text Example

White with #CF5141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5141; }

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

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

background-color css

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

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

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

border-color css

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

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

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