Html Css Color HEX #D62348 Amaranth

📋 copy color: '#D62348'

red 214 ◦ green 35 ◦ blue 72

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

Shades of Amaranth #D62348

Tints of Amaranth #D62348

RGB

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

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

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

R = 66.67%
G = 10.9%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D62348 (or 0xD62348) is known color: Amaranth. HEX triplet: D6, 23 and 48. RGB value is (214,35,72). Sum of RGB (Red+Green+Blue) = 214+35+72=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D62348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62348 is #29DCB7. Grayscale: #5C5C5C. Windows color (decimal): -2743480 or 4727766. OLE color: 4727766.

HSL color Cylindrical-coordinate representation of color #D62348: hue angle of 347.6º 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 #D62348 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 35 72 -
CMYK 0 0.84 0.66 0.16
HSL 347.6º 0.72% 0.49% -
HSV(B) 347.6º 0.84% 0.84% -
XYZ 29.5 15.97 7.66 -
YUV 92.74 116.3 214.49 -
System Red Green Blue C M Y K H S L
Decimal 214 35 72 0 0.84 0.66 0.16 347.6 0.72 0.49
Hex D6 23 48 0 54 42 10 15C 48 31
Octal 326 43 110 0 124 102 20 534 110 61
Binary 11010110 100011 1001000 0 1010100 1000010 10000 101011100 1001000 110001

Color Harmonies of #D62348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62348

Black with #D62348

Text Example


Text Example

White with #D62348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62348; }

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

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

background-color css

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

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

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

border-color css

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

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

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