#D5483C

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

Shades of Cinnabar #D5483C

Tints of Cinnabar #D5483C

Color information

#D5483C (or 0xD5483C) is unknown color: approx Cinnabar. HEX triplet: D5, 48 and 3C. RGB value is (213,72,60). Sum of RGB (Red+Green+Blue) = 213+72+60=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D5483C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5483C is #2AB7C3. Grayscale: #707070. Windows color (decimal): -2799556 or 3950805. OLE color: 3950805.

HSL color Cylindrical-coordinate representation of color #D5483C: hue angle of 4.71º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5483C is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB2137260-
CMYK00.660.720.16
HSL4.71º64.56%53.53%-
HSV(B)4.71º71.83%83.53%-
XYZ30.5719.116.35-
YUV112.7998.21199.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 61.74%
GREEN value IS 72 (28.52% from 255) = 20.87%
BLUE value IS 60 (23.83% from 255) = 17.39%
R=61.74%
G=20.87%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213726000.660.720.164.7164.5653.53
HexD5483C042481054136
Octal32511074010211020510166
Binary110101011001000111100010000101001000100001011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5483C; }

 p { color: rgb(213,72,60); }

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

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

 a { background-color: rgb(213,72,60); }

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

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

 span { border-color: rgb(213,72,60); }

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