Html Css Color HEX #D65C42 Dark Coral

📋 copy color: '#D65C42'

red 214 ◦ green 92 ◦ blue 66

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

Shades of Dark Coral #D65C42

Tints of Dark Coral #D65C42

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.73%

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

R = 57.53%
G = 24.73%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D65C42 (or 0xD65C42) is known color: Dark Coral. HEX triplet: D6, 5C and 42. RGB value is (214,92,66). Sum of RGB (Red+Green+Blue) = 214+92+66=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65C42 is #29A3BD. Grayscale: #7D7D7D. Windows color (decimal): -2728894 or 4349142. OLE color: 4349142.

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

Color convert

RGB 214 92 66 -
CMYK 0 0.57 0.69 0.16
HSL 10.54º 0.64% 0.55% -
HSV(B) 10.54º 0.69% 0.84% -
XYZ 32.54 22.34 7.75 -
YUV 125.51 94.42 191.11 -
System Red Green Blue C M Y K H S L
Decimal 214 92 66 0 0.57 0.69 0.16 10.54 0.64 0.55
Hex D6 5C 42 0 39 45 10 B 40 37
Octal 326 134 102 0 71 105 20 13 100 67
Binary 11010110 1011100 1000010 0 111001 1000101 10000 1011 1000000 110111

Color Harmonies of #D65C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65C42

Black with #D65C42

Text Example


Text Example

White with #D65C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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