#D54438

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

Shades of Cinnabar #D54438

Tints of Cinnabar #D54438

Color information

#D54438 (or 0xD54438) is unknown color: approx Cinnabar. HEX triplet: D5, 44 and 38. RGB value is (213,68,56). Sum of RGB (Red+Green+Blue) = 213+68+56=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D54438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54438 is #2ABBC7. Grayscale: #6E6E6E. Windows color (decimal): -2800584 or 3687637. OLE color: 3687637.

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

Color convert

RGB2136856-
CMYK00.680.740.16
HSL4.59º65.15%52.75%-
HSV(B)4.59º73.71%83.53%-
XYZ30.2218.575.73-
YUV109.9997.54201.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 63.20%
GREEN value IS 68 (26.95% from 255) = 20.18%
BLUE value IS 56 (22.27% from 255) = 16.62%
R=63.20%
G=20.18%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213685600.680.740.164.5965.1552.75
HexD544380444A1054135
Octal32510470010411220510165
Binary110101011000100111000010001001001010100001011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54438; }

 p { color: rgb(213,68,56); }

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

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

 a { background-color: rgb(213,68,56); }

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

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

 span { border-color: rgb(213,68,56); }

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