Html Css Color HEX #CF553D Dark Coral

📋 copy color: '#CF553D'

red 207 ◦ green 85 ◦ blue 61

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

Shades of Dark Coral #CF553D

Tints of Dark Coral #CF553D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.28%

R = 58.64%
G = 24.08%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF553D (or 0xCF553D) is known color: Dark Coral. HEX triplet: CF, 55 and 3D. RGB value is (207,85,61). Sum of RGB (Red+Green+Blue) = 207+85+61=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF553D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF553D is #30AAC2. Grayscale: #767676. Windows color (decimal): -3189443 or 4019663. OLE color: 4019663.

HSL color Cylindrical-coordinate representation of color #CF553D: hue angle of 9.86º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF553D is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 85 61 -
CMYK 0 0.59 0.71 0.19
HSL 9.86º 0.6% 0.53% -
HSV(B) 9.86º 0.71% 0.81% -
XYZ 29.82 20.1 6.72 -
YUV 118.74 95.42 190.95 -
System Red Green Blue C M Y K H S L
Decimal 207 85 61 0 0.59 0.71 0.19 9.86 0.6 0.53
Hex CF 55 3D 0 3B 47 13 A 3C 35
Octal 317 125 75 0 73 107 23 12 74 65
Binary 11001111 1010101 111101 0 111011 1000111 10011 1010 111100 110101

Color Harmonies of #CF553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF553D

Black with #CF553D

Text Example


Text Example

White with #CF553D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF553D; }

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

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

background-color css

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

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

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

border-color css

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

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

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