Html Css Color HEX #D0553C Dark Coral

📋 copy color: '#D0553C'

red 208 ◦ green 85 ◦ blue 60

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

Shades of Dark Coral #D0553C

Tints of Dark Coral #D0553C

RGB

 RED value IS 208 (81.64% from 255) = 58.92%

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

 BLUE value IS 60 (23.83% from 255) = 17%

R = 58.92%
G = 24.08%
B = 17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0553C (or 0xD0553C) is known color: Dark Coral. HEX triplet: D0, 55 and 3C. RGB value is (208,85,60). Sum of RGB (Red+Green+Blue) = 208+85+60=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D0553C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0553C is #2FAAC3. Grayscale: #777777. Windows color (decimal): -3123908 or 3954128. OLE color: 3954128.

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

Color convert

RGB 208 85 60 -
CMYK 0 0.59 0.71 0.18
HSL 10.14º 0.61% 0.53% -
HSV(B) 10.14º 0.71% 0.82% -
XYZ 30.08 20.23 6.6 -
YUV 118.93 94.75 191.53 -
System Red Green Blue C M Y K H S L
Decimal 208 85 60 0 0.59 0.71 0.18 10.14 0.61 0.53
Hex D0 55 3C 0 3B 47 12 A 3D 35
Octal 320 125 74 0 73 107 22 12 75 65
Binary 11010000 1010101 111100 0 111011 1000111 10010 1010 111101 110101

Color Harmonies of #D0553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0553C

Black with #D0553C

Text Example


Text Example

White with #D0553C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0553C; }

 p { color: rgb(208,85,60); }

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

background-color css

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

 a { background-color: rgb(208,85,60); }

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

border-color css

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

 span { border-color: rgb(208,85,60); }

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