Html Css Color HEX #D0553A Dark Coral

📋 copy color: '#D0553A'

red 208 ◦ green 85 ◦ blue 58

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

Shades of Dark Coral #D0553A

Tints of Dark Coral #D0553A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.52%

R = 59.26%
G = 24.22%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0553A (or 0xD0553A) is known color: Dark Coral. HEX triplet: D0, 55 and 3A. RGB value is (208,85,58). Sum of RGB (Red+Green+Blue) = 208+85+58=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D0553A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0553A is #2FAAC5. Grayscale: #767676. Windows color (decimal): -3123910 or 3823056. OLE color: 3823056.

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

Color convert

RGB 208 85 58 -
CMYK 0 0.59 0.72 0.18
HSL 10.8º 0.61% 0.52% -
HSV(B) 10.8º 0.72% 0.82% -
XYZ 30.02 20.21 6.32 -
YUV 118.7 93.75 191.7 -
System Red Green Blue C M Y K H S L
Decimal 208 85 58 0 0.59 0.72 0.18 10.8 0.61 0.52
Hex D0 55 3A 0 3B 48 12 B 3D 34
Octal 320 125 72 0 73 110 22 13 75 64
Binary 11010000 1010101 111010 0 111011 1001000 10010 1011 111101 110100

Color Harmonies of #D0553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0553A

Black with #D0553A

Text Example


Text Example

White with #D0553A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0553A; }

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

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

background-color css

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

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

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

border-color css

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

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

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