#D74D36

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

Shades of Cinnabar #D74D36

Tints of Cinnabar #D74D36

Color information

#D74D36 (or 0xD74D36) is unknown color: approx Cinnabar. HEX triplet: D7, 4D and 36. RGB value is (215,77,54). Sum of RGB (Red+Green+Blue) = 215+77+54=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74D36 is #28B2C9. Grayscale: #737373. Windows color (decimal): -2667210 or 3558871. OLE color: 3558871.

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

Color convert

RGB2157754-
CMYK00.640.750.16
HSL8.57º66.8%52.75%-
HSV(B)8.57º74.88%84.31%-
XYZ31.3420.025.7-
YUV115.6493.22198.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 62.14%
GREEN value IS 77 (30.47% from 255) = 22.25%
BLUE value IS 54 (21.48% from 255) = 15.61%
R=62.14%
G=22.25%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215775400.640.750.168.5766.852.75
HexD74D360404B1094335
Octal327115660100113201110365
Binary1101011110011011101100100000010010111000010011000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74D36; }

 p { color: rgb(215,77,54); }

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

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

 a { background-color: rgb(215,77,54); }

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

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

 span { border-color: rgb(215,77,54); }

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