#D54729

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

Shades of Cinnabar #D54729

Tints of Cinnabar #D54729

Color information

#D54729 (or 0xD54729) is unknown color: approx Cinnabar. HEX triplet: D5, 47 and 29. RGB value is (213,71,41). Sum of RGB (Red+Green+Blue) = 213+71+41=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D54729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54729 is #2AB8D6. Grayscale: #6E6E6E. Windows color (decimal): -2799831 or 2705365. OLE color: 2705365.

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

Color convert

RGB2137141-
CMYK00.670.810.16
HSL10.47º67.72%49.8%-
HSV(B)10.47º80.75%83.53%-
XYZ30.0918.814.14-
YUV110.0489.04201.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 65.54%
GREEN value IS 71 (28.12% from 255) = 21.85%
BLUE value IS 41 (16.41% from 255) = 12.62%
R=65.54%
G=21.85%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213714100.670.810.1610.4767.7249.8
HexD547290435110a4432
Octal325107510103121201210462
Binary1101010110001111010010100001110100011000010101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54729; }

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

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

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

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

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

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

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

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