Html Css Color HEX #D62731 Alizarin

📋 copy color: '#D62731'

red 214 ◦ green 39 ◦ blue 49

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

Shades of Alizarin #D62731

Tints of Alizarin #D62731

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.91%

 BLUE value IS 49 (19.53% from 255) = 16.23%

R = 70.86%
G = 12.91%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D62731 (or 0xD62731) is known color: Alizarin. HEX triplet: D6, 27 and 31. RGB value is (214,39,49). Sum of RGB (Red+Green+Blue) = 214+39+49=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D62731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62731 is #29D8CE. Grayscale: #5C5C5C. Windows color (decimal): -2742479 or 3221462. OLE color: 3221462.

HSL color Cylindrical-coordinate representation of color #D62731: hue angle of 356.57º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D62731 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 39 49 -
CMYK 0 0.82 0.77 0.16
HSL 356.57º 0.69% 0.5% -
HSV(B) 356.57º 0.82% 0.84% -
XYZ 29.01 15.97 4.46 -
YUV 92.47 103.48 214.69 -
System Red Green Blue C M Y K H S L
Decimal 214 39 49 0 0.82 0.77 0.16 356.57 0.69 0.5
Hex D6 27 31 0 52 4D 10 165 45 32
Octal 326 47 61 0 122 115 20 545 105 62
Binary 11010110 100111 110001 0 1010010 1001101 10000 101100101 1000101 110010

Color Harmonies of #D62731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62731

Black with #D62731

Text Example


Text Example

White with #D62731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62731; }

 p { color: rgb(214,39,49); }

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

background-color css

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

 a { background-color: rgb(214,39,49); }

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

border-color css

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

 span { border-color: rgb(214,39,49); }

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