Html Css Color HEX #D1553A Dark Coral

📋 copy color: '#D1553A'

red 209 ◦ green 85 ◦ blue 58

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

Shades of Dark Coral #D1553A

Tints of Dark Coral #D1553A

RGB

 RED value IS 209 (82.03% from 255) = 59.38%

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

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

R = 59.38%
G = 24.15%
B = 16.48%

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

#D1553A (or 0xD1553A) is known color: Dark Coral. HEX triplet: D1, 55 and 3A. RGB value is (209,85,58). Sum of RGB (Red+Green+Blue) = 209+85+58=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D1553A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1553A is #2EAAC5. Grayscale: #777777. Windows color (decimal): -3058374 or 3823057. OLE color: 3823057.

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

Color convert

RGB 209 85 58 -
CMYK 0 0.59 0.72 0.18
HSL 10.73º 0.62% 0.52% -
HSV(B) 10.73º 0.72% 0.82% -
XYZ 30.31 20.36 6.34 -
YUV 119 93.58 192.2 -
System Red Green Blue C M Y K H S L
Decimal 209 85 58 0 0.59 0.72 0.18 10.73 0.62 0.52
Hex D1 55 3A 0 3B 48 12 B 3E 34
Octal 321 125 72 0 73 110 22 13 76 64
Binary 11010001 1010101 111010 0 111011 1001000 10010 1011 111110 110100

Color Harmonies of #D1553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1553A

Black with #D1553A

Text Example


Text Example

White with #D1553A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1553A; }

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

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

background-color css

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

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

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

border-color css

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

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

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