#D64442

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

Shades of Cinnabar #D64442

Tints of Cinnabar #D64442

Color information

#D64442 (or 0xD64442) is unknown color: approx Cinnabar. HEX triplet: D6, 44 and 42. RGB value is (214,68,66). Sum of RGB (Red+Green+Blue) = 214+68+66=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D64442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64442 is #29BBBD. Grayscale: #6F6F6F. Windows color (decimal): -2735038 or 4342998. OLE color: 4342998.

HSL color Cylindrical-coordinate representation of color #D64442: hue angle of 0.81º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D64442 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB2146866-
CMYK00.680.690.16
HSL0.81º64.35%54.9%-
HSV(B)0.81º69.16%83.92%-
XYZ30.7818.827.17-
YUV111.43102.37201.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 61.49%
GREEN value IS 68 (26.95% from 255) = 19.54%
BLUE value IS 66 (26.17% from 255) = 18.97%
R=61.49%
G=19.54%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214686600.680.690.160.8164.3554.9
HexD64442044451014037
Octal326104102010410520110067
Binary11010110100010010000100100010010001011000011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64442; }

 p { color: rgb(214,68,66); }

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

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

 a { background-color: rgb(214,68,66); }

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

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

 span { border-color: rgb(214,68,66); }

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