Html Css Color HEX #D65A41 Dark Coral

📋 copy color: '#D65A41'

red 214 ◦ green 90 ◦ blue 65

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

Shades of Dark Coral #D65A41

Tints of Dark Coral #D65A41

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.39%

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

R = 57.99%
G = 24.39%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D65A41 (or 0xD65A41) is known color: Dark Coral. HEX triplet: D6, 5A and 41. RGB value is (214,90,65). Sum of RGB (Red+Green+Blue) = 214+90+65=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65A41 is #29A5BE. Grayscale: #7C7C7C. Windows color (decimal): -2729407 or 4283094. OLE color: 4283094.

HSL color Cylindrical-coordinate representation of color #D65A41: hue angle of 10.07º 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 #D65A41 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 90 65 -
CMYK 0 0.58 0.70 0.16
HSL 10.07º 0.65% 0.55% -
HSV(B) 10.07º 0.7% 0.84% -
XYZ 32.34 21.99 7.54 -
YUV 124.23 94.58 192.03 -
System Red Green Blue C M Y K H S L
Decimal 214 90 65 0 0.58 0.70 0.16 10.07 0.65 0.55
Hex D6 5A 41 0 3A 46 10 A 41 37
Octal 326 132 101 0 72 106 20 12 101 67
Binary 11010110 1011010 1000001 0 111010 1000110 10000 1010 1000001 110111

Color Harmonies of #D65A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65A41

Black with #D65A41

Text Example


Text Example

White with #D65A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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