Html Css Color HEX #D62353 Amaranth

📋 copy color: '#D62353'

red 214 ◦ green 35 ◦ blue 83

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

Shades of Amaranth #D62353

Tints of Amaranth #D62353

RGB

 RED value IS 214 (83.98% from 255) = 64.46%

 GREEN value IS 35 (14.06% from 255) = 10.54%

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

R = 64.46%
G = 10.54%
B = 25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D62353 (or 0xD62353) is known color: Amaranth. HEX triplet: D6, 23 and 53. RGB value is (214,35,83). Sum of RGB (Red+Green+Blue) = 214+35+83=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D62353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62353 is #29DCAC. Grayscale: #5D5D5D. Windows color (decimal): -2743469 or 5448662. OLE color: 5448662.

HSL color Cylindrical-coordinate representation of color #D62353: hue angle of 343.91º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D62353 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 35 83 -
CMYK 0 0.84 0.61 0.16
HSL 343.91º 0.72% 0.49% -
HSV(B) 343.91º 0.84% 0.84% -
XYZ 29.89 16.12 9.72 -
YUV 93.99 121.8 213.6 -
System Red Green Blue C M Y K H S L
Decimal 214 35 83 0 0.84 0.61 0.16 343.91 0.72 0.49
Hex D6 23 53 0 54 3D 10 158 48 31
Octal 326 43 123 0 124 75 20 530 110 61
Binary 11010110 100011 1010011 0 1010100 111101 10000 101011000 1001000 110001

Color Harmonies of #D62353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62353

Black with #D62353

Text Example


Text Example

White with #D62353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62353; }

 p { color: rgb(214,35,83); }

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

background-color css

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

 a { background-color: rgb(214,35,83); }

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

border-color css

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

 span { border-color: rgb(214,35,83); }

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