Html Css Color HEX #D33151 Amaranth

📋 copy color: '#D33151'

red 211 ◦ green 49 ◦ blue 81

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

Shades of Amaranth #D33151

Tints of Amaranth #D33151

RGB

 RED value IS 211 (82.81% from 255) = 61.88%

 GREEN value IS 49 (19.53% from 255) = 14.37%

 BLUE value IS 81 (32.03% from 255) = 23.75%

R = 61.88%
G = 14.37%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D33151 (or 0xD33151) is known color: Amaranth. HEX triplet: D3, 31 and 51. RGB value is (211,49,81). Sum of RGB (Red+Green+Blue) = 211+49+81=341 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.88% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 211 - color contains mainly: red. Hex color #D33151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33151 is #2CCEAE. Grayscale: #656565. Windows color (decimal): -2936495 or 5321171. OLE color: 5321171.

HSL color Cylindrical-coordinate representation of color #D33151: hue angle of 348.15º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D33151 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 49 81 -
CMYK 0 0.77 0.62 0.17
HSL 348.15º 0.65% 0.51% -
HSV(B) 348.15º 0.77% 0.83% -
XYZ 29.45 16.64 9.44 -
YUV 101.09 116.67 206.4 -
System Red Green Blue C M Y K H S L
Decimal 211 49 81 0 0.77 0.62 0.17 348.15 0.65 0.51
Hex D3 31 51 0 4D 3E 11 15C 41 33
Octal 323 61 121 0 115 76 21 534 101 63
Binary 11010011 110001 1010001 0 1001101 111110 10001 101011100 1000001 110011

Color Harmonies of #D33151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33151

Black with #D33151

Text Example


Text Example

White with #D33151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33151; }

 p { color: rgb(211,49,81); }

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

background-color css

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

 a { background-color: rgb(211,49,81); }

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

border-color css

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

 span { border-color: rgb(211,49,81); }

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