Html Css Color HEX #D35141 Dark Coral

📋 copy color: '#D35141'

red 211 ◦ green 81 ◦ blue 65

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

Shades of Dark Coral #D35141

Tints of Dark Coral #D35141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.69%

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

R = 59.1%
G = 22.69%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D35141 (or 0xD35141) is known color: Dark Coral. HEX triplet: D3, 51 and 41. RGB value is (211,81,65). Sum of RGB (Red+Green+Blue) = 211+81+65=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D35141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35141 is #2CAEBE. Grayscale: #767676. Windows color (decimal): -2928319 or 4280787. OLE color: 4280787.

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

Color convert

RGB 211 81 65 -
CMYK 0 0.62 0.69 0.17
HSL 6.58º 0.62% 0.54% -
HSV(B) 6.58º 0.69% 0.83% -
XYZ 30.76 20.12 7.26 -
YUV 118.05 98.07 194.3 -
System Red Green Blue C M Y K H S L
Decimal 211 81 65 0 0.62 0.69 0.17 6.58 0.62 0.54
Hex D3 51 41 0 3E 45 11 7 3E 36
Octal 323 121 101 0 76 105 21 7 76 66
Binary 11010011 1010001 1000001 0 111110 1000101 10001 111 111110 110110

Color Harmonies of #D35141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35141

Black with #D35141

Text Example


Text Example

White with #D35141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35141; }

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

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

background-color css

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

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

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

border-color css

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

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

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