#D4483D

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

Shades of Cinnabar #D4483D

Tints of Cinnabar #D4483D

Color information

#D4483D (or 0xD4483D) is unknown color: approx Cinnabar. HEX triplet: D4, 48 and 3D. RGB value is (212,72,61). Sum of RGB (Red+Green+Blue) = 212+72+61=345 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.45% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 212 - color contains mainly: red. Hex color #D4483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4483D is #2BB7C2. Grayscale: #707070. Windows color (decimal): -2865091 or 4016340. OLE color: 4016340.

HSL color Cylindrical-coordinate representation of color #D4483D: hue angle of 4.37º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D4483D is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB2127261-
CMYK00.660.710.17
HSL4.37º63.71%53.53%-
HSV(B)4.37º71.23%83.14%-
XYZ30.3118.976.48-
YUV112.6198.88198.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 61.45%
GREEN value IS 72 (28.52% from 255) = 20.87%
BLUE value IS 61 (24.22% from 255) = 17.68%
R=61.45%
G=20.87%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212726100.660.710.174.3763.7153.53
HexD4483D042471144036
Octal32411075010210721410066
Binary110101001001000111101010000101000111100011001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4483D; }

 p { color: rgb(212,72,61); }

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

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

 a { background-color: rgb(212,72,61); }

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

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

 span { border-color: rgb(212,72,61); }

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