Html Css Color HEX #D65141 Dark Coral

📋 copy color: '#D65141'

red 214 ◦ green 81 ◦ blue 65

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

Shades of Dark Coral #D65141

Tints of Dark Coral #D65141

RGB

 RED value IS 214 (83.98% from 255) = 59.44%

 GREEN value IS 81 (32.03% from 255) = 22.5%

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

R = 59.44%
G = 22.5%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D65141 (or 0xD65141) is known color: Dark Coral. HEX triplet: D6, 51 and 41. RGB value is (214,81,65). Sum of RGB (Red+Green+Blue) = 214+81+65=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D65141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65141 is #29AEBE. Grayscale: #777777. Windows color (decimal): -2731711 or 4280790. OLE color: 4280790.

HSL color Cylindrical-coordinate representation of color #D65141: hue angle of 6.44º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D65141 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 81 65 -
CMYK 0 0.62 0.70 0.16
HSL 6.44º 0.65% 0.55% -
HSV(B) 6.44º 0.7% 0.84% -
XYZ 31.63 20.56 7.3 -
YUV 118.94 97.56 195.8 -
System Red Green Blue C M Y K H S L
Decimal 214 81 65 0 0.62 0.70 0.16 6.44 0.65 0.55
Hex D6 51 41 0 3E 46 10 6 41 37
Octal 326 121 101 0 76 106 20 6 101 67
Binary 11010110 1010001 1000001 0 111110 1000110 10000 110 1000001 110111

Color Harmonies of #D65141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65141

Black with #D65141

Text Example


Text Example

White with #D65141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65141; }

 p { color: rgb(214,81,65); }

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

background-color css

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

 a { background-color: rgb(214,81,65); }

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

border-color css

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

 span { border-color: rgb(214,81,65); }

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