Html Css Color HEX #D65E42 Dark Coral

📋 copy color: '#D65E42'

red 214 ◦ green 94 ◦ blue 66

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

Shades of Dark Coral #D65E42

Tints of Dark Coral #D65E42

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.13%

 BLUE value IS 66 (26.17% from 255) = 17.65%

R = 57.22%
G = 25.13%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D65E42 (or 0xD65E42) is known color: Dark Coral. HEX triplet: D6, 5E and 42. RGB value is (214,94,66). Sum of RGB (Red+Green+Blue) = 214+94+66=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65E42 is #29A1BD. Grayscale: #7E7E7E. Windows color (decimal): -2728382 or 4349654. OLE color: 4349654.

HSL color Cylindrical-coordinate representation of color #D65E42: hue angle of 11.35º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D65E42 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 94 66 -
CMYK 0 0.56 0.69 0.16
HSL 11.35º 0.64% 0.55% -
HSV(B) 11.35º 0.69% 0.84% -
XYZ 32.72 22.69 7.81 -
YUV 126.69 93.76 190.28 -
System Red Green Blue C M Y K H S L
Decimal 214 94 66 0 0.56 0.69 0.16 11.35 0.64 0.55
Hex D6 5E 42 0 38 45 10 B 40 37
Octal 326 136 102 0 70 105 20 13 100 67
Binary 11010110 1011110 1000010 0 111000 1000101 10000 1011 1000000 110111

Color Harmonies of #D65E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65E42

Black with #D65E42

Text Example


Text Example

White with #D65E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65E42; }

 p { color: rgb(214,94,66); }

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

background-color css

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

 a { background-color: rgb(214,94,66); }

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

border-color css

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

 span { border-color: rgb(214,94,66); }

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