Html Css Color HEX #D35942 Dark Coral

📋 copy color: '#D35942'

red 211 ◦ green 89 ◦ blue 66

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

Shades of Dark Coral #D35942

Tints of Dark Coral #D35942

RGB

 RED value IS 211 (82.81% from 255) = 57.65%

 GREEN value IS 89 (35.16% from 255) = 24.32%

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

R = 57.65%
G = 24.32%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D35942 (or 0xD35942) is known color: Dark Coral. HEX triplet: D3, 59 and 42. RGB value is (211,89,66). Sum of RGB (Red+Green+Blue) = 211+89+66=366 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.65% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 211 - color contains mainly: red. Hex color #D35942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35942 is #2CA6BD. Grayscale: #7B7B7B. Windows color (decimal): -2926270 or 4348371. OLE color: 4348371.

HSL color Cylindrical-coordinate representation of color #D35942: hue angle of 9.52º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D35942 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 89 66 -
CMYK 0 0.58 0.69 0.17
HSL 9.52º 0.62% 0.54% -
HSV(B) 9.52º 0.69% 0.83% -
XYZ 31.42 21.39 7.63 -
YUV 122.86 95.92 190.87 -
System Red Green Blue C M Y K H S L
Decimal 211 89 66 0 0.58 0.69 0.17 9.52 0.62 0.54
Hex D3 59 42 0 3A 45 11 A 3E 36
Octal 323 131 102 0 72 105 21 12 76 66
Binary 11010011 1011001 1000010 0 111010 1000101 10001 1010 111110 110110

Color Harmonies of #D35942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35942

Black with #D35942

Text Example


Text Example

White with #D35942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35942; }

 p { color: rgb(211,89,66); }

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

background-color css

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

 a { background-color: rgb(211,89,66); }

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

border-color css

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

 span { border-color: rgb(211,89,66); }

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