Html Css Color HEX #D61F34 Alizarin

📋 copy color: '#D61F34'

red 214 ◦ green 31 ◦ blue 52

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

Shades of Alizarin #D61F34

Tints of Alizarin #D61F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.51%

R = 72.05%
G = 10.44%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D61F34 (or 0xD61F34) is known color: Alizarin. HEX triplet: D6, 1F and 34. RGB value is (214,31,52). Sum of RGB (Red+Green+Blue) = 214+31+52=297 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.05% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 214 - color contains mainly: red. Hex color #D61F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61F34 is #29E0CB. Grayscale: #585858. Windows color (decimal): -2744524 or 3416022. OLE color: 3416022.

HSL color Cylindrical-coordinate representation of color #D61F34: hue angle of 353.11º 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 #D61F34 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 31 52 -
CMYK 0 0.86 0.76 0.16
HSL 353.11º 0.75% 0.48% -
HSV(B) 353.11º 0.86% 0.84% -
XYZ 28.84 15.52 4.73 -
YUV 88.11 107.63 217.79 -
System Red Green Blue C M Y K H S L
Decimal 214 31 52 0 0.86 0.76 0.16 353.11 0.75 0.48
Hex D6 1F 34 0 56 4C 10 161 4B 30
Octal 326 37 64 0 126 114 20 541 113 60
Binary 11010110 11111 110100 0 1010110 1001100 10000 101100001 1001011 110000

Color Harmonies of #D61F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61F34

Black with #D61F34

Text Example


Text Example

White with #D61F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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