#D3263A

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

Shades of Alizarin #D3263A

Tints of Alizarin #D3263A

Color information

#D3263A (or 0xD3263A) is unknown color: approx Alizarin. HEX triplet: D3, 26 and 3A. RGB value is (211,38,58). Sum of RGB (Red+Green+Blue) = 211+38+58=307 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.73% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 211 - color contains mainly: red. Hex color #D3263A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3263A is #2CD9C5. Grayscale: #5C5C5C. Windows color (decimal): -2939334 or 3811027. OLE color: 3811027.

HSL color Cylindrical-coordinate representation of color #D3263A: hue angle of 353.06º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D3263A is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB2113858-
CMYK00.820.730.17
HSL353.06º69.48%48.82%-
HSV(B)353.06º81.99%82.75%-
XYZ28.3215.545.51-
YUV92.01108.81212.87-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 68.73%
GREEN value IS 38 (15.23% from 255) = 12.38%
BLUE value IS 58 (23.05% from 255) = 18.89%
R=68.73%
G=12.38%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211385800.820.730.17353.0669.4848.82
HexD3263A05249111614531
Octal323467201221112154110561
Binary11010011100110111010010100101001001100011011000011000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3263A; }

 p { color: rgb(211,38,58); }

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

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

 a { background-color: rgb(211,38,58); }

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

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

 span { border-color: rgb(211,38,58); }

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