Html Css Color HEX #D61F31 Alizarin

📋 copy color: '#D61F31'

red 214 ◦ green 31 ◦ blue 49

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

Shades of Alizarin #D61F31

Tints of Alizarin #D61F31

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.54%

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

R = 72.79%
G = 10.54%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D61F31 (or 0xD61F31) is known color: Alizarin. HEX triplet: D6, 1F and 31. RGB value is (214,31,49). Sum of RGB (Red+Green+Blue) = 214+31+49=294 (38% of max value = 765). Red value is 214 (83.98% from 255 or 72.79% from 294); Green value is 31 (12.5% from 255 or 10.54% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 214 - color contains mainly: red. Hex color #D61F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61F31 is #29E0CE. Grayscale: #575757. Windows color (decimal): -2744527 or 3219414. OLE color: 3219414.

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

Color convert

RGB 214 31 49 -
CMYK 0 0.86 0.77 0.16
HSL 354.1º 0.75% 0.48% -
HSV(B) 354.1º 0.86% 0.84% -
XYZ 28.78 15.5 4.38 -
YUV 87.77 106.13 218.04 -
System Red Green Blue C M Y K H S L
Decimal 214 31 49 0 0.86 0.77 0.16 354.1 0.75 0.48
Hex D6 1F 31 0 56 4D 10 162 4B 30
Octal 326 37 61 0 126 115 20 542 113 60
Binary 11010110 11111 110001 0 1010110 1001101 10000 101100010 1001011 110000

Color Harmonies of #D61F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61F31

Black with #D61F31

Text Example


Text Example

White with #D61F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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