Html Css Color HEX #D05546 Dark Coral

📋 copy color: '#D05546'

red 208 ◦ green 85 ◦ blue 70

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

Shades of Dark Coral #D05546

Tints of Dark Coral #D05546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.28%

R = 57.3%
G = 23.42%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D05546 (or 0xD05546) is known color: Dark Coral. HEX triplet: D0, 55 and 46. RGB value is (208,85,70). Sum of RGB (Red+Green+Blue) = 208+85+70=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D05546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05546 is #2FAAB9. Grayscale: #787878. Windows color (decimal): -3123898 or 4609488. OLE color: 4609488.

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

Color convert

RGB 208 85 70 -
CMYK 0 0.59 0.66 0.18
HSL 6.52º 0.59% 0.55% -
HSV(B) 6.52º 0.66% 0.82% -
XYZ 30.37 20.35 8.12 -
YUV 120.07 99.75 190.72 -
System Red Green Blue C M Y K H S L
Decimal 208 85 70 0 0.59 0.66 0.18 6.52 0.59 0.55
Hex D0 55 46 0 3B 42 12 7 3B 37
Octal 320 125 106 0 73 102 22 7 73 67
Binary 11010000 1010101 1000110 0 111011 1000010 10010 111 111011 110111

Color Harmonies of #D05546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05546

Black with #D05546

Text Example


Text Example

White with #D05546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05546; }

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

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

background-color css

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

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

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

border-color css

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

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

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