Html Css Color HEX #D6244B Amaranth

📋 copy color: '#D6244B'

red 214 ◦ green 36 ◦ blue 75

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

Shades of Amaranth #D6244B

Tints of Amaranth #D6244B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.08%

 BLUE value IS 75 (29.69% from 255) = 23.08%

R = 65.85%
G = 11.08%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6244B (or 0xD6244B) is known color: Amaranth. HEX triplet: D6, 24 and 4B. RGB value is (214,36,75). Sum of RGB (Red+Green+Blue) = 214+36+75=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D6244B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6244B is #29DBB4. Grayscale: #5D5D5D. Windows color (decimal): -2743221 or 4924630. OLE color: 4924630.

HSL color Cylindrical-coordinate representation of color #D6244B: hue angle of 346.85º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6244B is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 36 75 -
CMYK 0 0.83 0.65 0.16
HSL 346.85º 0.71% 0.49% -
HSV(B) 346.85º 0.83% 0.84% -
XYZ 29.63 16.07 8.2 -
YUV 93.67 117.47 213.83 -
System Red Green Blue C M Y K H S L
Decimal 214 36 75 0 0.83 0.65 0.16 346.85 0.71 0.49
Hex D6 24 4B 0 53 41 10 15B 47 31
Octal 326 44 113 0 123 101 20 533 107 61
Binary 11010110 100100 1001011 0 1010011 1000001 10000 101011011 1000111 110001

Color Harmonies of #D6244B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6244B

Black with #D6244B

Text Example


Text Example

White with #D6244B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6244B; }

 p { color: rgb(214,36,75); }

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

background-color css

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

 a { background-color: rgb(214,36,75); }

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

border-color css

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

 span { border-color: rgb(214,36,75); }

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