Html Css Color HEX #D43653 Amaranth

📋 copy color: '#D43653'

red 212 ◦ green 54 ◦ blue 83

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

Shades of Amaranth #D43653

Tints of Amaranth #D43653

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.47%

 BLUE value IS 83 (32.81% from 255) = 23.78%

R = 60.74%
G = 15.47%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D43653 (or 0xD43653) is known color: Amaranth. HEX triplet: D4, 36 and 53. RGB value is (212,54,83). Sum of RGB (Red+Green+Blue) = 212+54+83=349 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.74% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 212 - color contains mainly: red. Hex color #D43653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43653 is #2BC9AC. Grayscale: #686868. Windows color (decimal): -2869677 or 5453524. OLE color: 5453524.

HSL color Cylindrical-coordinate representation of color #D43653: hue angle of 348.99º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D43653 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 54 83 -
CMYK 0 0.75 0.61 0.17
HSL 348.99º 0.65% 0.52% -
HSV(B) 348.99º 0.75% 0.83% -
XYZ 30.03 17.26 9.93 -
YUV 104.55 115.85 204.64 -
System Red Green Blue C M Y K H S L
Decimal 212 54 83 0 0.75 0.61 0.17 348.99 0.65 0.52
Hex D4 36 53 0 4B 3D 11 15D 41 34
Octal 324 66 123 0 113 75 21 535 101 64
Binary 11010100 110110 1010011 0 1001011 111101 10001 101011101 1000001 110100

Color Harmonies of #D43653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43653

Black with #D43653

Text Example


Text Example

White with #D43653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43653; }

 p { color: rgb(212,54,83); }

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

background-color css

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

 a { background-color: rgb(212,54,83); }

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

border-color css

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

 span { border-color: rgb(212,54,83); }

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