#D7432D

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

Shades of Cinnabar #D7432D

Tints of Cinnabar #D7432D

Color information

#D7432D (or 0xD7432D) is unknown color: approx Cinnabar. HEX triplet: D7, 43 and 2D. RGB value is (215,67,45). Sum of RGB (Red+Green+Blue) = 215+67+45=327 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.75% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 215 - color contains mainly: red. Hex color #D7432D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7432D is #28BCD2. Grayscale: #6C6C6C. Windows color (decimal): -2669779 or 2966487. OLE color: 2966487.

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

Color convert

RGB2156745-
CMYK00.690.790.16
HSL7.76º68%50.98%-
HSV(B)7.76º79.07%84.31%-
XYZ30.5118.654.47-
YUV108.7492.03203.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 65.75%
GREEN value IS 67 (26.56% from 255) = 20.49%
BLUE value IS 45 (17.97% from 255) = 13.76%
R=65.75%
G=20.49%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215674500.690.790.167.766850.98
HexD7432D0454F1084433
Octal327103550105117201010463
Binary1101011110000111011010100010110011111000010001000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7432D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7432D; }

 p { color: rgb(215,67,45); }

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

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

 a { background-color: rgb(215,67,45); }

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

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

 span { border-color: rgb(215,67,45); }

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