#DB262A

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

Shades of Alizarin #DB262A

Tints of Alizarin #DB262A

Color information

#DB262A (or 0xDB262A) is unknown color: approx Alizarin. HEX triplet: DB, 26 and 2A. RGB value is (219,38,42). Sum of RGB (Red+Green+Blue) = 219+38+42=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB262A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB262A is #24D9D5. Grayscale: #5C5C5C. Windows color (decimal): -2415062 or 2762459. OLE color: 2762459.

HSL color Cylindrical-coordinate representation of color #DB262A: hue angle of 358.67º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB262A is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB2193842-
CMYK00.830.810.14
HSL358.67º71.54%50.39%-
HSV(B)358.67º82.65%85.88%-
XYZ30.3216.613.8-
YUV92.5799.47218.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 73.24%
GREEN value IS 38 (15.23% from 255) = 12.71%
BLUE value IS 42 (16.80% from 255) = 14.05%
R=73.24%
G=12.71%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219384200.830.810.14358.6771.5450.39
HexDB262A05351E1674832
Octal333465201231211654711062
Binary1101101110011010101001010011101000111101011001111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB262A; }

 p { color: rgb(219,38,42); }

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

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

 a { background-color: rgb(219,38,42); }

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

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

 span { border-color: rgb(219,38,42); }

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