Html Css Color HEX #D35D40 Dark Coral

📋 copy color: '#D35D40'

red 211 ◦ green 93 ◦ blue 64

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

Shades of Dark Coral #D35D40

Tints of Dark Coral #D35D40

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.27%

 BLUE value IS 64 (25.39% from 255) = 17.39%

R = 57.34%
G = 25.27%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D35D40 (or 0xD35D40) is known color: Dark Coral. HEX triplet: D3, 5D and 40. RGB value is (211,93,64). Sum of RGB (Red+Green+Blue) = 211+93+64=368 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.34% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 211 - color contains mainly: red. Hex color #D35D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35D40 is #2CA2BF. Grayscale: #7D7D7D. Windows color (decimal): -2925248 or 4218323. OLE color: 4218323.

HSL color Cylindrical-coordinate representation of color #D35D40: hue angle of 11.84º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D35D40 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 93 64 -
CMYK 0 0.56 0.70 0.17
HSL 11.84º 0.63% 0.54% -
HSV(B) 11.84º 0.7% 0.83% -
XYZ 31.7 22.05 7.44 -
YUV 124.98 93.59 189.36 -
System Red Green Blue C M Y K H S L
Decimal 211 93 64 0 0.56 0.70 0.17 11.84 0.63 0.54
Hex D3 5D 40 0 38 46 11 C 3F 36
Octal 323 135 100 0 70 106 21 14 77 66
Binary 11010011 1011101 1000000 0 111000 1000110 10001 1100 111111 110110

Color Harmonies of #D35D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35D40

Black with #D35D40

Text Example


Text Example

White with #D35D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35D40; }

 p { color: rgb(211,93,64); }

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

background-color css

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

 a { background-color: rgb(211,93,64); }

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

border-color css

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

 span { border-color: rgb(211,93,64); }

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