#D5482E

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

Shades of Cinnabar #D5482E

Tints of Cinnabar #D5482E

Color information

#D5482E (or 0xD5482E) is unknown color: approx Cinnabar. HEX triplet: D5, 48 and 2E. RGB value is (213,72,46). Sum of RGB (Red+Green+Blue) = 213+72+46=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D5482E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5482E is #2AB7D1. Grayscale: #6F6F6F. Windows color (decimal): -2799570 or 3033301. OLE color: 3033301.

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

Color convert

RGB2137246-
CMYK00.660.780.16
HSL9.34º66.53%50.78%-
HSV(B)9.34º78.4%83.53%-
XYZ30.2518.984.65-
YUV111.291.21200.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 64.35%
GREEN value IS 72 (28.52% from 255) = 21.75%
BLUE value IS 46 (18.36% from 255) = 13.90%
R=64.35%
G=21.75%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213724600.660.780.169.3466.5350.78
HexD5482E0424E1094333
Octal325110560102116201110363
Binary1101010110010001011100100001010011101000010011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5482E; }

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

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

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

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

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

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

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

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