Html Css Color HEX #CF5541 Dark Coral

📋 copy color: '#CF5541'

red 207 ◦ green 85 ◦ blue 65

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

Shades of Dark Coral #CF5541

Tints of Dark Coral #CF5541

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.81%

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

R = 57.98%
G = 23.81%
B = 18.21%

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

#CF5541 (or 0xCF5541) is known color: Dark Coral. HEX triplet: CF, 55 and 41. RGB value is (207,85,65). Sum of RGB (Red+Green+Blue) = 207+85+65=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5541 is #30AABE. Grayscale: #777777. Windows color (decimal): -3189439 or 4281807. OLE color: 4281807.

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

Color convert

RGB 207 85 65 -
CMYK 0 0.59 0.69 0.19
HSL 8.45º 0.6% 0.53% -
HSV(B) 8.45º 0.69% 0.81% -
XYZ 29.93 20.14 7.31 -
YUV 119.2 97.42 190.63 -
System Red Green Blue C M Y K H S L
Decimal 207 85 65 0 0.59 0.69 0.19 8.45 0.6 0.53
Hex CF 55 41 0 3B 45 13 8 3C 35
Octal 317 125 101 0 73 105 23 10 74 65
Binary 11001111 1010101 1000001 0 111011 1000101 10011 1000 111100 110101

Color Harmonies of #CF5541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5541

Black with #CF5541

Text Example


Text Example

White with #CF5541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5541; }

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

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

background-color css

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

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

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

border-color css

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

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

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