Html Css Color HEX #D62748 Amaranth

📋 copy color: '#D62748'

red 214 ◦ green 39 ◦ blue 72

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

Shades of Amaranth #D62748

Tints of Amaranth #D62748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12%

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

R = 65.85%
G = 12%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D62748 (or 0xD62748) is known color: Amaranth. HEX triplet: D6, 27 and 48. RGB value is (214,39,72). Sum of RGB (Red+Green+Blue) = 214+39+72=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D62748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62748 is #29D8B7. Grayscale: #5F5F5F. Windows color (decimal): -2742456 or 4728790. OLE color: 4728790.

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

Color convert

RGB 214 39 72 -
CMYK 0 0.82 0.66 0.16
HSL 348.69º 0.69% 0.5% -
HSV(B) 348.69º 0.82% 0.84% -
XYZ 29.63 16.22 7.7 -
YUV 95.09 114.98 212.82 -
System Red Green Blue C M Y K H S L
Decimal 214 39 72 0 0.82 0.66 0.16 348.69 0.69 0.5
Hex D6 27 48 0 52 42 10 15D 45 32
Octal 326 47 110 0 122 102 20 535 105 62
Binary 11010110 100111 1001000 0 1010010 1000010 10000 101011101 1000101 110010

Color Harmonies of #D62748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62748

Black with #D62748

Text Example


Text Example

White with #D62748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62748; }

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

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

background-color css

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

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

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

border-color css

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

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

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