Html Css Color HEX #D35E41 Dark Coral

📋 copy color: '#D35E41'

red 211 ◦ green 94 ◦ blue 65

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

Shades of Dark Coral #D35E41

Tints of Dark Coral #D35E41

RGB

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

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

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

R = 57.03%
G = 25.41%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D35E41 (or 0xD35E41) is known color: Dark Coral. HEX triplet: D3, 5E and 41. RGB value is (211,94,65). Sum of RGB (Red+Green+Blue) = 211+94+65=370 (49% of max value = 765). Red value is 211 (82.81% from 255 or 57.03% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 211 - color contains mainly: red. Hex color #D35E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35E41 is #2CA1BE. Grayscale: #7D7D7D. Windows color (decimal): -2924991 or 4284115. OLE color: 4284115.

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

Color convert

RGB 211 94 65 -
CMYK 0 0.55 0.69 0.17
HSL 11.92º 0.62% 0.54% -
HSV(B) 11.92º 0.69% 0.83% -
XYZ 31.82 22.24 7.62 -
YUV 125.68 93.76 188.86 -
System Red Green Blue C M Y K H S L
Decimal 211 94 65 0 0.55 0.69 0.17 11.92 0.62 0.54
Hex D3 5E 41 0 37 45 11 C 3E 36
Octal 323 136 101 0 67 105 21 14 76 66
Binary 11010011 1011110 1000001 0 110111 1000101 10001 1100 111110 110110

Color Harmonies of #D35E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35E41

Black with #D35E41

Text Example


Text Example

White with #D35E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35E41; }

 p { color: rgb(211,94,65); }

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

background-color css

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

 a { background-color: rgb(211,94,65); }

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

border-color css

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

 span { border-color: rgb(211,94,65); }

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