Html Css Color HEX #D33853 Amaranth

📋 copy color: '#D33853'

red 211 ◦ green 56 ◦ blue 83

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

Shades of Amaranth #D33853

Tints of Amaranth #D33853

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16%

 BLUE value IS 83 (32.81% from 255) = 23.71%

R = 60.29%
G = 16%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D33853 (or 0xD33853) is known color: Amaranth. HEX triplet: D3, 38 and 53. RGB value is (211,56,83). Sum of RGB (Red+Green+Blue) = 211+56+83=350 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.29% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 211 - color contains mainly: red. Hex color #D33853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33853 is #2CC7AC. Grayscale: #696969. Windows color (decimal): -2934701 or 5454035. OLE color: 5454035.

HSL color Cylindrical-coordinate representation of color #D33853: hue angle of 349.55º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D33853 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 56 83 -
CMYK 0 0.73 0.61 0.17
HSL 349.55º 0.64% 0.52% -
HSV(B) 349.55º 0.73% 0.83% -
XYZ 29.84 17.3 9.95 -
YUV 105.42 115.35 203.3 -
System Red Green Blue C M Y K H S L
Decimal 211 56 83 0 0.73 0.61 0.17 349.55 0.64 0.52
Hex D3 38 53 0 49 3D 11 15E 40 34
Octal 323 70 123 0 111 75 21 536 100 64
Binary 11010011 111000 1010011 0 1001001 111101 10001 101011110 1000000 110100

Color Harmonies of #D33853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33853

Black with #D33853

Text Example


Text Example

White with #D33853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33853; }

 p { color: rgb(211,56,83); }

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

background-color css

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

 a { background-color: rgb(211,56,83); }

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

border-color css

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

 span { border-color: rgb(211,56,83); }

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