#D74132

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

Shades of Cinnabar #D74132

Tints of Cinnabar #D74132

Color information

#D74132 (or 0xD74132) is unknown color: approx Cinnabar. HEX triplet: D7, 41 and 32. RGB value is (215,65,50). Sum of RGB (Red+Green+Blue) = 215+65+50=330 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.15% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 215 - color contains mainly: red. Hex color #D74132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74132 is #28BECD. Grayscale: #6C6C6C. Windows color (decimal): -2670286 or 3293655. OLE color: 3293655.

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

Color convert

RGB2156550-
CMYK00.700.770.16
HSL5.45º67.35%51.96%-
HSV(B)5.45º76.74%84.31%-
XYZ30.4918.464.97-
YUV108.1495.2204.22-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 65.15%
GREEN value IS 65 (25.78% from 255) = 19.70%
BLUE value IS 50 (19.92% from 255) = 15.15%
R=65.15%
G=19.70%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215655000.700.770.165.4567.3551.96
HexD741320464D1054334
Octal32710162010611520510364
Binary110101111000001110010010001101001101100001011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74132; }

 p { color: rgb(215,65,50); }

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

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

 a { background-color: rgb(215,65,50); }

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

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

 span { border-color: rgb(215,65,50); }

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