Html Css Color HEX #D62231 Alizarin

📋 copy color: '#D62231'

red 214 ◦ green 34 ◦ blue 49

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

Shades of Alizarin #D62231

Tints of Alizarin #D62231

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.45%

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

R = 72.05%
G = 11.45%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D62231 (or 0xD62231) is known color: Alizarin. HEX triplet: D6, 22 and 31. RGB value is (214,34,49). Sum of RGB (Red+Green+Blue) = 214+34+49=297 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.05% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 214 - color contains mainly: red. Hex color #D62231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62231 is #29DDCE. Grayscale: #595959. Windows color (decimal): -2743759 or 3220182. OLE color: 3220182.

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

Color convert

RGB 214 34 49 -
CMYK 0 0.84 0.77 0.16
HSL 355º 0.73% 0.49% -
HSV(B) 355º 0.84% 0.84% -
XYZ 28.86 15.66 4.41 -
YUV 89.53 105.13 216.78 -
System Red Green Blue C M Y K H S L
Decimal 214 34 49 0 0.84 0.77 0.16 355 0.73 0.49
Hex D6 22 31 0 54 4D 10 163 49 31
Octal 326 42 61 0 124 115 20 543 111 61
Binary 11010110 100010 110001 0 1010100 1001101 10000 101100011 1001001 110001

Color Harmonies of #D62231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62231

Black with #D62231

Text Example


Text Example

White with #D62231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62231; }

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

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

background-color css

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

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

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

border-color css

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

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

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