Html Css Color HEX #D22852 Amaranth

📋 copy color: '#D22852'

red 210 ◦ green 40 ◦ blue 82

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

Shades of Amaranth #D22852

Tints of Amaranth #D22852

RGB

 RED value IS 210 (82.42% from 255) = 63.25%

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

 BLUE value IS 82 (32.42% from 255) = 24.7%

R = 63.25%
G = 12.05%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D22852 (or 0xD22852) is known color: Amaranth. HEX triplet: D2, 28 and 52. RGB value is (210,40,82). Sum of RGB (Red+Green+Blue) = 210+40+82=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D22852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22852 is #2DD7AD. Grayscale: #5F5F5F. Windows color (decimal): -3004334 or 5384402. OLE color: 5384402.

HSL color Cylindrical-coordinate representation of color #D22852: hue angle of 345.18º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D22852 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 40 82 -
CMYK 0 0.81 0.61 0.18
HSL 345.18º 0.68% 0.49% -
HSV(B) 345.18º 0.81% 0.82% -
XYZ 28.86 15.83 9.52 -
YUV 95.62 120.32 209.58 -
System Red Green Blue C M Y K H S L
Decimal 210 40 82 0 0.81 0.61 0.18 345.18 0.68 0.49
Hex D2 28 52 0 51 3D 12 159 44 31
Octal 322 50 122 0 121 75 22 531 104 61
Binary 11010010 101000 1010010 0 1010001 111101 10010 101011001 1000100 110001

Color Harmonies of #D22852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22852

Black with #D22852

Text Example


Text Example

White with #D22852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22852; }

 p { color: rgb(210,40,82); }

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

background-color css

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

 a { background-color: rgb(210,40,82); }

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

border-color css

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

 span { border-color: rgb(210,40,82); }

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