Html Css Color HEX #D26149 Dark Coral

📋 copy color: '#D26149'

red 210 ◦ green 97 ◦ blue 73

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

Shades of Dark Coral #D26149

Tints of Dark Coral #D26149

RGB

 RED value IS 210 (82.42% from 255) = 55.26%

 GREEN value IS 97 (38.28% from 255) = 25.53%

 BLUE value IS 73 (28.91% from 255) = 19.21%

R = 55.26%
G = 25.53%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D26149 (or 0xD26149) is known color: Dark Coral. HEX triplet: D2, 61 and 49. RGB value is (210,97,73). Sum of RGB (Red+Green+Blue) = 210+97+73=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D26149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26149 is #2D9EB6. Grayscale: #808080. Windows color (decimal): -2989751 or 4809170. OLE color: 4809170.

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

Color convert

RGB 210 97 73 -
CMYK 0 0.54 0.65 0.18
HSL 10.51º 0.6% 0.55% -
HSV(B) 10.51º 0.65% 0.82% -
XYZ 32.06 22.73 9 -
YUV 128.05 96.94 186.45 -
System Red Green Blue C M Y K H S L
Decimal 210 97 73 0 0.54 0.65 0.18 10.51 0.6 0.55
Hex D2 61 49 0 36 41 12 B 3C 37
Octal 322 141 111 0 66 101 22 13 74 67
Binary 11010010 1100001 1001001 0 110110 1000001 10010 1011 111100 110111

Color Harmonies of #D26149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26149

Black with #D26149

Text Example


Text Example

White with #D26149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26149; }

 p { color: rgb(210,97,73); }

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

background-color css

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

 a { background-color: rgb(210,97,73); }

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

border-color css

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

 span { border-color: rgb(210,97,73); }

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