Html Css Color HEX #D45541 Dark Coral

📋 copy color: '#D45541'

red 212 ◦ green 85 ◦ blue 65

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

Shades of Dark Coral #D45541

Tints of Dark Coral #D45541

RGB

 RED value IS 212 (83.2% from 255) = 58.56%

 GREEN value IS 85 (33.59% from 255) = 23.48%

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

R = 58.56%
G = 23.48%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D45541 (or 0xD45541) is known color: Dark Coral. HEX triplet: D4, 55 and 41. RGB value is (212,85,65). Sum of RGB (Red+Green+Blue) = 212+85+65=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D45541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45541 is #2BAABE. Grayscale: #787878. Windows color (decimal): -2861759 or 4281812. OLE color: 4281812.

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

Color convert

RGB 212 85 65 -
CMYK 0 0.60 0.69 0.17
HSL 8.16º 0.63% 0.54% -
HSV(B) 8.16º 0.69% 0.83% -
XYZ 31.35 20.88 7.38 -
YUV 120.69 96.58 193.13 -
System Red Green Blue C M Y K H S L
Decimal 212 85 65 0 0.60 0.69 0.17 8.16 0.63 0.54
Hex D4 55 41 0 3C 45 11 8 3F 36
Octal 324 125 101 0 74 105 21 10 77 66
Binary 11010100 1010101 1000001 0 111100 1000101 10001 1000 111111 110110

Color Harmonies of #D45541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45541

Black with #D45541

Text Example


Text Example

White with #D45541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45541; }

 p { color: rgb(212,85,65); }

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

background-color css

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

 a { background-color: rgb(212,85,65); }

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

border-color css

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

 span { border-color: rgb(212,85,65); }

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