#DC433B

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

Shades of Cinnabar #DC433B

Tints of Cinnabar #DC433B

Color information

#DC433B (or 0xDC433B) is unknown color: approx Cinnabar. HEX triplet: DC, 43 and 3B. RGB value is (220,67,59). Sum of RGB (Red+Green+Blue) = 220+67+59=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC433B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC433B is #23BCC4. Grayscale: #707070. Windows color (decimal): -2342085 or 3883996. OLE color: 3883996.

HSL color Cylindrical-coordinate representation of color #DC433B: hue angle of 2.98º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC433B is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB2206759-
CMYK00.700.730.14
HSL2.98º69.7%54.71%-
HSV(B)2.98º73.18%86.27%-
XYZ32.3119.556.21-
YUV111.8498.19205.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 63.58%
GREEN value IS 67 (26.56% from 255) = 19.36%
BLUE value IS 59 (23.44% from 255) = 17.05%
R=63.58%
G=19.36%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220675900.700.730.142.9869.754.71
HexDC433B04649E34637
Octal33410373010611116310667
Binary1101110010000111110110100011010010011110111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC433B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC433B; }

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

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

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

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

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

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

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

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