#D54238

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

Shades of Cinnabar #D54238

Tints of Cinnabar #D54238

Color information

#D54238 (or 0xD54238) is unknown color: approx Cinnabar. HEX triplet: D5, 42 and 38. RGB value is (213,66,56). Sum of RGB (Red+Green+Blue) = 213+66+56=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D54238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54238 is #2ABDC7. Grayscale: #6D6D6D. Windows color (decimal): -2801096 or 3687125. OLE color: 3687125.

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

Color convert

RGB2136656-
CMYK00.690.740.16
HSL3.82º65.15%52.75%-
HSV(B)3.82º73.71%83.53%-
XYZ30.118.335.69-
YUV108.8198.2202.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 63.58%
GREEN value IS 66 (26.17% from 255) = 19.70%
BLUE value IS 56 (22.27% from 255) = 16.72%
R=63.58%
G=19.70%
B=16.72%

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
Decimal213665600.690.740.163.8265.1552.75
HexD542380454A1044135
Octal32510270010511220410165
Binary110101011000010111000010001011001010100001001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54238; }

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

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

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

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

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

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

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

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