#D61E2E

Color #D61E2E Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #D61E2E

Tints of Alizarin #D61E2E

Color information

#D61E2E (or 0xD61E2E) is unknown color: approx Alizarin. HEX triplet: D6, 1E and 2E. RGB value is (214,30,46). Sum of RGB (Red+Green+Blue) = 214+30+46=290 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.79% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61E2E is #29E1D1. Grayscale: #565656. Windows color (decimal): -2744786 or 3022550. OLE color: 3022550.

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

Color convert

RGB2143046-
CMYK00.860.790.16
HSL354.78º75.41%47.84%-
HSV(B)354.78º85.98%83.92%-
XYZ28.6915.424.05-
YUV86.84104.96218.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 73.79%
GREEN value IS 30 (12.11% from 255) = 10.34%
BLUE value IS 46 (18.36% from 255) = 15.86%
R=73.79%
G=10.34%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214304600.860.790.16354.7875.4147.84
HexD61E2E0564F101634b30
Octal326365601261172054311360
Binary1101011011110101110010101101001111100001011000111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D61E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D61E2E; }

 p { color: rgb(214,30,46); }

 H1.HeaderClassName
 {
   color: #D61E2E;
 }
 .AnyTagClassName
 {
   color: #D61E2E;
 }
</style>
background-color css

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

 a { background-color: rgb(214,30,46); }

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

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

 span { border-color: rgb(214,30,46); }

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