#D4433B

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

Shades of Cinnabar #D4433B

Tints of Cinnabar #D4433B

Color information

#D4433B (or 0xD4433B) is unknown color: approx Cinnabar. HEX triplet: D4, 43 and 3B. RGB value is (212,67,59). Sum of RGB (Red+Green+Blue) = 212+67+59=338 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.72% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 212 - color contains mainly: red. Hex color #D4433B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4433B is #2BBCC4. Grayscale: #6D6D6D. Windows color (decimal): -2866373 or 3883988. OLE color: 3883988.

HSL color Cylindrical-coordinate representation of color #D4433B: hue angle of 3.14º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4433B is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB2126759-
CMYK00.680.720.17
HSL3.14º64.02%53.14%-
HSV(B)3.14º72.17%83.14%-
XYZ29.9518.336.1-
YUV109.4499.54201.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 62.72%
GREEN value IS 67 (26.56% from 255) = 19.82%
BLUE value IS 59 (23.44% from 255) = 17.46%
R=62.72%
G=19.82%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212675900.680.720.173.1464.0253.14
HexD4433B044481134035
Octal32410373010411021310065
Binary11010100100001111101101000100100100010001111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4433B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4433B; }

 p { color: rgb(212,67,59); }

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

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

 a { background-color: rgb(212,67,59); }

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

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

 span { border-color: rgb(212,67,59); }

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