Html Css Color HEX #D62848 Amaranth

📋 copy color: '#D62848'

red 214 ◦ green 40 ◦ blue 72

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

Shades of Amaranth #D62848

Tints of Amaranth #D62848

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.27%

 BLUE value IS 72 (28.52% from 255) = 22.09%

R = 65.64%
G = 12.27%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D62848 (or 0xD62848) is known color: Amaranth. HEX triplet: D6, 28 and 48. RGB value is (214,40,72). Sum of RGB (Red+Green+Blue) = 214+40+72=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D62848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62848 is #29D7B7. Grayscale: #5F5F5F. Windows color (decimal): -2742200 or 4729046. OLE color: 4729046.

HSL color Cylindrical-coordinate representation of color #D62848: hue angle of 348.97º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62848 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 40 72 -
CMYK 0 0.81 0.66 0.16
HSL 348.97º 0.69% 0.5% -
HSV(B) 348.97º 0.81% 0.84% -
XYZ 29.66 16.28 7.71 -
YUV 95.67 114.65 212.4 -
System Red Green Blue C M Y K H S L
Decimal 214 40 72 0 0.81 0.66 0.16 348.97 0.69 0.5
Hex D6 28 48 0 51 42 10 15D 45 32
Octal 326 50 110 0 121 102 20 535 105 62
Binary 11010110 101000 1001000 0 1010001 1000010 10000 101011101 1000101 110010

Color Harmonies of #D62848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62848

Black with #D62848

Text Example


Text Example

White with #D62848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62848; }

 p { color: rgb(214,40,72); }

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

background-color css

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

 a { background-color: rgb(214,40,72); }

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

border-color css

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

 span { border-color: rgb(214,40,72); }

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