#D5472E

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

Shades of Cinnabar #D5472E

Tints of Cinnabar #D5472E

Color information

#D5472E (or 0xD5472E) is unknown color: approx Cinnabar. HEX triplet: D5, 47 and 2E. RGB value is (213,71,46). Sum of RGB (Red+Green+Blue) = 213+71+46=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D5472E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5472E is #2AB8D1. Grayscale: #6E6E6E. Windows color (decimal): -2799826 or 3033045. OLE color: 3033045.

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

Color convert

RGB2137146-
CMYK00.670.780.16
HSL8.98º66.53%50.78%-
HSV(B)8.98º78.4%83.53%-
XYZ30.1918.854.63-
YUV110.6191.54201.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 64.55%
GREEN value IS 71 (28.12% from 255) = 21.52%
BLUE value IS 46 (18.36% from 255) = 13.94%
R=64.55%
G=21.52%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213714600.670.780.168.9866.5350.78
HexD5472E0434E1094333
Octal325107560103116201110363
Binary1101010110001111011100100001110011101000010011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5472E; }

 p { color: rgb(213,71,46); }

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

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

 a { background-color: rgb(213,71,46); }

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

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

 span { border-color: rgb(213,71,46); }

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