#D54338

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

Shades of Cinnabar #D54338

Tints of Cinnabar #D54338

Color information

#D54338 (or 0xD54338) is unknown color: approx Cinnabar. HEX triplet: D5, 43 and 38. RGB value is (213,67,56). Sum of RGB (Red+Green+Blue) = 213+67+56=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D54338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54338 is #2ABCC7. Grayscale: #6D6D6D. Windows color (decimal): -2800840 or 3687381. OLE color: 3687381.

HSL color Cylindrical-coordinate representation of color #D54338: hue angle of 4.2º 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 #D54338 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB2136756-
CMYK00.690.740.16
HSL4.2º65.15%52.75%-
HSV(B)4.2º73.71%83.53%-
XYZ30.1618.455.71-
YUV109.497.87201.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 63.39%
GREEN value IS 67 (26.56% from 255) = 19.94%
BLUE value IS 56 (22.27% from 255) = 16.67%
R=63.39%
G=19.94%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213675600.690.740.164.265.1552.75
HexD543380454A1044135
Octal32510370010511220410165
Binary110101011000011111000010001011001010100001001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54338; }

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

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

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

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

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

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

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

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