Html Css Color HEX #CF553F Dark Coral

📋 copy color: '#CF553F'

red 207 ◦ green 85 ◦ blue 63

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

Shades of Dark Coral #CF553F

Tints of Dark Coral #CF553F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.75%

R = 58.31%
G = 23.94%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF553F (or 0xCF553F) is known color: Dark Coral. HEX triplet: CF, 55 and 3F. RGB value is (207,85,63). Sum of RGB (Red+Green+Blue) = 207+85+63=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF553F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF553F is #30AAC0. Grayscale: #777777. Windows color (decimal): -3189441 or 4150735. OLE color: 4150735.

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

Color convert

RGB 207 85 63 -
CMYK 0 0.59 0.70 0.19
HSL 9.17º 0.6% 0.53% -
HSV(B) 9.17º 0.7% 0.81% -
XYZ 29.88 20.12 7.01 -
YUV 118.97 96.42 190.79 -
System Red Green Blue C M Y K H S L
Decimal 207 85 63 0 0.59 0.70 0.19 9.17 0.6 0.53
Hex CF 55 3F 0 3B 46 13 9 3C 35
Octal 317 125 77 0 73 106 23 11 74 65
Binary 11001111 1010101 111111 0 111011 1000110 10011 1001 111100 110101

Color Harmonies of #CF553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF553F

Black with #CF553F

Text Example


Text Example

White with #CF553F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF553F; }

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

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

background-color css

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

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

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

border-color css

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

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

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