Html Css Color HEX #D63252 Amaranth

📋 copy color: '#D63252'

red 214 ◦ green 50 ◦ blue 82

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

Shades of Amaranth #D63252

Tints of Amaranth #D63252

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.45%

 BLUE value IS 82 (32.42% from 255) = 23.7%

R = 61.85%
G = 14.45%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D63252 (or 0xD63252) is known color: Amaranth. HEX triplet: D6, 32 and 52. RGB value is (214,50,82). Sum of RGB (Red+Green+Blue) = 214+50+82=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D63252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63252 is #29CDAD. Grayscale: #666666. Windows color (decimal): -2739630 or 5386966. OLE color: 5386966.

HSL color Cylindrical-coordinate representation of color #D63252: hue angle of 348.29º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D63252 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 50 82 -
CMYK 0 0.77 0.62 0.16
HSL 348.29º 0.67% 0.52% -
HSV(B) 348.29º 0.77% 0.84% -
XYZ 30.4 17.19 9.7 -
YUV 102.68 116.33 207.4 -
System Red Green Blue C M Y K H S L
Decimal 214 50 82 0 0.77 0.62 0.16 348.29 0.67 0.52
Hex D6 32 52 0 4D 3E 10 15C 43 34
Octal 326 62 122 0 115 76 20 534 103 64
Binary 11010110 110010 1010010 0 1001101 111110 10000 101011100 1000011 110100

Color Harmonies of #D63252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63252

Black with #D63252

Text Example


Text Example

White with #D63252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63252; }

 p { color: rgb(214,50,82); }

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

background-color css

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

 a { background-color: rgb(214,50,82); }

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

border-color css

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

 span { border-color: rgb(214,50,82); }

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