#D64A3D

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

Shades of Cinnabar #D64A3D

Tints of Cinnabar #D64A3D

Color information

#D64A3D (or 0xD64A3D) is unknown color: approx Cinnabar. HEX triplet: D6, 4A and 3D. RGB value is (214,74,61). Sum of RGB (Red+Green+Blue) = 214+74+61=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64A3D is #29B5C2. Grayscale: #727272. Windows color (decimal): -2733507 or 4016854. OLE color: 4016854.

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

Color convert

RGB2147461-
CMYK00.650.710.16
HSL5.1º65.11%53.92%-
HSV(B)5.1º71.5%83.92%-
XYZ31.0219.536.55-
YUV114.3897.88199.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 61.32%
GREEN value IS 74 (29.30% from 255) = 21.20%
BLUE value IS 61 (24.22% from 255) = 17.48%
R=61.32%
G=21.20%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214746100.650.710.165.165.1153.92
HexD64A3D041471054136
Octal32611275010110720510166
Binary110101101001010111101010000011000111100001011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64A3D; }

 p { color: rgb(214,74,61); }

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

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

 a { background-color: rgb(214,74,61); }

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

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

 span { border-color: rgb(214,74,61); }

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