Html Css Color HEX #D26141 Dark Coral

📋 copy color: '#D26141'

red 210 ◦ green 97 ◦ blue 65

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

Shades of Dark Coral #D26141

Tints of Dark Coral #D26141

RGB

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

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

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

R = 56.45%
G = 26.08%
B = 17.47%

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

#D26141 (or 0xD26141) is known color: Dark Coral. HEX triplet: D2, 61 and 41. RGB value is (210,97,65). Sum of RGB (Red+Green+Blue) = 210+97+65=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D26141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26141 is #2D9EBE. Grayscale: #7F7F7F. Windows color (decimal): -2989759 or 4284882. OLE color: 4284882.

HSL color Cylindrical-coordinate representation of color #D26141: hue angle of 13.24º 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 #D26141 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 97 65 -
CMYK 0 0.54 0.69 0.18
HSL 13.24º 0.62% 0.54% -
HSV(B) 13.24º 0.69% 0.82% -
XYZ 31.81 22.63 7.69 -
YUV 127.14 92.94 187.1 -
System Red Green Blue C M Y K H S L
Decimal 210 97 65 0 0.54 0.69 0.18 13.24 0.62 0.54
Hex D2 61 41 0 36 45 12 D 3E 36
Octal 322 141 101 0 66 105 22 15 76 66
Binary 11010010 1100001 1000001 0 110110 1000101 10010 1101 111110 110110

Color Harmonies of #D26141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26141

Black with #D26141

Text Example


Text Example

White with #D26141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26141; }

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

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

background-color css

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

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

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

border-color css

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

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

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