Html Css Color HEX #D26148 Dark Coral

📋 copy color: '#D26148'

red 210 ◦ green 97 ◦ blue 72

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

Shades of Dark Coral #D26148

Tints of Dark Coral #D26148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19%

R = 55.41%
G = 25.59%
B = 19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D26148 (or 0xD26148) is known color: Dark Coral. HEX triplet: D2, 61 and 48. RGB value is (210,97,72). Sum of RGB (Red+Green+Blue) = 210+97+72=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D26148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26148 is #2D9EB7. Grayscale: #808080. Windows color (decimal): -2989752 or 4743634. OLE color: 4743634.

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

Color convert

RGB 210 97 72 -
CMYK 0 0.54 0.66 0.18
HSL 10.87º 0.61% 0.55% -
HSV(B) 10.87º 0.66% 0.82% -
XYZ 32.02 22.72 8.83 -
YUV 127.94 96.44 186.53 -
System Red Green Blue C M Y K H S L
Decimal 210 97 72 0 0.54 0.66 0.18 10.87 0.61 0.55
Hex D2 61 48 0 36 42 12 B 3D 37
Octal 322 141 110 0 66 102 22 13 75 67
Binary 11010010 1100001 1001000 0 110110 1000010 10010 1011 111101 110111

Color Harmonies of #D26148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26148

Black with #D26148

Text Example


Text Example

White with #D26148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26148; }

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

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

background-color css

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

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

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

border-color css

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

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

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