#D74929

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

Shades of Cinnabar #D74929

Tints of Cinnabar #D74929

Color information

#D74929 (or 0xD74929) is unknown color: approx Cinnabar. HEX triplet: D7, 49 and 29. RGB value is (215,73,41). Sum of RGB (Red+Green+Blue) = 215+73+41=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D74929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74929 is #28B6D6. Grayscale: #707070. Windows color (decimal): -2668247 or 2705879. OLE color: 2705879.

HSL color Cylindrical-coordinate representation of color #D74929: hue angle of 11.03º degrees, saturation: 0.69, 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 #D74929 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB2157341-
CMYK00.660.810.16
HSL11.03º68.5%50.2%-
HSV(B)11.03º80.93%84.31%-
XYZ30.8119.374.21-
YUV111.8188.04201.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 65.35%
GREEN value IS 73 (28.91% from 255) = 22.19%
BLUE value IS 41 (16.41% from 255) = 12.46%
R=65.35%
G=22.19%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215734100.660.810.1611.0368.550.2
HexD749290425110b4532
Octal327111510102121201310562
Binary1101011110010011010010100001010100011000010111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74929; }

 p { color: rgb(215,73,41); }

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

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

 a { background-color: rgb(215,73,41); }

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

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

 span { border-color: rgb(215,73,41); }

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