Html Css Color HEX #D26041 Dark Coral

📋 copy color: '#D26041'

red 210 ◦ green 96 ◦ blue 65

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

Shades of Dark Coral #D26041

Tints of Dark Coral #D26041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.52%

R = 56.6%
G = 25.88%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D26041 (or 0xD26041) is known color: Dark Coral. HEX triplet: D2, 60 and 41. RGB value is (210,96,65). Sum of RGB (Red+Green+Blue) = 210+96+65=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D26041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26041 is #2D9FBE. Grayscale: #7E7E7E. Windows color (decimal): -2990015 or 4284626. OLE color: 4284626.

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

Color convert

RGB 210 96 65 -
CMYK 0 0.54 0.69 0.18
HSL 12.83º 0.62% 0.54% -
HSV(B) 12.83º 0.69% 0.82% -
XYZ 31.72 22.45 7.66 -
YUV 126.55 93.27 187.52 -
System Red Green Blue C M Y K H S L
Decimal 210 96 65 0 0.54 0.69 0.18 12.83 0.62 0.54
Hex D2 60 41 0 36 45 12 D 3E 36
Octal 322 140 101 0 66 105 22 15 76 66
Binary 11010010 1100000 1000001 0 110110 1000101 10010 1101 111110 110110

Color Harmonies of #D26041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26041

Black with #D26041

Text Example


Text Example

White with #D26041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26041; }

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

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

background-color css

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

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

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

border-color css

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

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

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