Html Css Color HEX #D1503D Dark Coral

📋 copy color: '#D1503D'

red 209 ◦ green 80 ◦ blue 61

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

Shades of Dark Coral #D1503D

Tints of Dark Coral #D1503D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.86%

 BLUE value IS 61 (24.22% from 255) = 17.43%

R = 59.71%
G = 22.86%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1503D (or 0xD1503D) is known color: Dark Coral. HEX triplet: D1, 50 and 3D. RGB value is (209,80,61). Sum of RGB (Red+Green+Blue) = 209+80+61=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D1503D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1503D is #2EAFC2. Grayscale: #747474. Windows color (decimal): -3059651 or 4018385. OLE color: 4018385.

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

Color convert

RGB 209 80 61 -
CMYK 0 0.62 0.71 0.18
HSL 7.7º 0.62% 0.53% -
HSV(B) 7.7º 0.71% 0.82% -
XYZ 30.01 19.63 6.62 -
YUV 116.41 96.74 194.04 -
System Red Green Blue C M Y K H S L
Decimal 209 80 61 0 0.62 0.71 0.18 7.7 0.62 0.53
Hex D1 50 3D 0 3E 47 12 8 3E 35
Octal 321 120 75 0 76 107 22 10 76 65
Binary 11010001 1010000 111101 0 111110 1000111 10010 1000 111110 110101

Color Harmonies of #D1503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1503D

Black with #D1503D

Text Example


Text Example

White with #D1503D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1503D; }

 p { color: rgb(209,80,61); }

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

background-color css

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

 a { background-color: rgb(209,80,61); }

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

border-color css

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

 span { border-color: rgb(209,80,61); }

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