#D62433

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

Shades of Alizarin #D62433

Tints of Alizarin #D62433

Color information

#D62433 (or 0xD62433) is unknown color: approx Alizarin. HEX triplet: D6, 24 and 33. RGB value is (214,36,51). Sum of RGB (Red+Green+Blue) = 214+36+51=301 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.10% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 214 - color contains mainly: red. Hex color #D62433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62433 is #29DBCC. Grayscale: #5B5B5B. Windows color (decimal): -2743245 or 3351766. OLE color: 3351766.

HSL color Cylindrical-coordinate representation of color #D62433: hue angle of 354.94º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D62433 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB2143651-
CMYK00.830.760.16
HSL354.94º71.2%49.02%-
HSV(B)354.94º83.18%83.92%-
XYZ28.9615.84.65-
YUV90.93105.47215.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 71.10%
GREEN value IS 36 (14.45% from 255) = 11.96%
BLUE value IS 51 (20.31% from 255) = 16.94%
R=71.10%
G=11.96%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214365100.830.760.16354.9471.249.02
HexD624330534C101634731
Octal326446301231142054310761
Binary11010110100100110011010100111001100100001011000111000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62433; }

 p { color: rgb(214,36,51); }

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

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

 a { background-color: rgb(214,36,51); }

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

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

 span { border-color: rgb(214,36,51); }

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