Html Css Color HEX #D0543A Dark Coral

📋 copy color: '#D0543A'

red 208 ◦ green 84 ◦ blue 58

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

Shades of Dark Coral #D0543A

Tints of Dark Coral #D0543A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24%

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

R = 59.43%
G = 24%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0543A (or 0xD0543A) is known color: Dark Coral. HEX triplet: D0, 54 and 3A. RGB value is (208,84,58). Sum of RGB (Red+Green+Blue) = 208+84+58=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D0543A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0543A is #2FABC5. Grayscale: #767676. Windows color (decimal): -3124166 or 3822800. OLE color: 3822800.

HSL color Cylindrical-coordinate representation of color #D0543A: hue angle of 10.4º 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 #D0543A is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 84 58 -
CMYK 0 0.60 0.72 0.18
HSL 10.4º 0.61% 0.52% -
HSV(B) 10.4º 0.72% 0.82% -
XYZ 29.95 20.06 6.3 -
YUV 118.11 94.08 192.11 -
System Red Green Blue C M Y K H S L
Decimal 208 84 58 0 0.60 0.72 0.18 10.4 0.61 0.52
Hex D0 54 3A 0 3C 48 12 A 3D 34
Octal 320 124 72 0 74 110 22 12 75 64
Binary 11010000 1010100 111010 0 111100 1001000 10010 1010 111101 110100

Color Harmonies of #D0543A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0543A

Black with #D0543A

Text Example


Text Example

White with #D0543A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0543A; }

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

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

background-color css

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

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

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

border-color css

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

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

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