Html Css Color HEX #D26046 Dark Coral

📋 copy color: '#D26046'

red 210 ◦ green 96 ◦ blue 70

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

Shades of Dark Coral #D26046

Tints of Dark Coral #D26046

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.53%

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

R = 55.85%
G = 25.53%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D26046 (or 0xD26046) is known color: Dark Coral. HEX triplet: D2, 60 and 46. RGB value is (210,96,70). Sum of RGB (Red+Green+Blue) = 210+96+70=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D26046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26046 is #2D9FB9. Grayscale: #7F7F7F. Windows color (decimal): -2990010 or 4612306. OLE color: 4612306.

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

Color convert

RGB 210 96 70 -
CMYK 0 0.54 0.67 0.18
HSL 11.14º 0.61% 0.55% -
HSV(B) 11.14º 0.67% 0.82% -
XYZ 31.87 22.51 8.46 -
YUV 127.12 95.77 187.11 -
System Red Green Blue C M Y K H S L
Decimal 210 96 70 0 0.54 0.67 0.18 11.14 0.61 0.55
Hex D2 60 46 0 36 43 12 B 3D 37
Octal 322 140 106 0 66 103 22 13 75 67
Binary 11010010 1100000 1000110 0 110110 1000011 10010 1011 111101 110111

Color Harmonies of #D26046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26046

Black with #D26046

Text Example


Text Example

White with #D26046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26046; }

 p { color: rgb(210,96,70); }

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

background-color css

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

 a { background-color: rgb(210,96,70); }

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

border-color css

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

 span { border-color: rgb(210,96,70); }

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