#d53f38

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

Shades of Cinnabar #D53F38

Tints of Cinnabar #D53F38

Color information

#D53F38 (or 0xD53F38) is unknown color: approx Cinnabar. HEX triplet: D5, 3F and 38. RGB value is (213,63,56). Sum of RGB (Red+Green+Blue) = 213+63+56=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53F38 is #2AC0C7. Grayscale: #6B6B6B. Windows color (decimal): -2801864 or 3686357. OLE color: 3686357.

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

Color convert

RGB2136356-
CMYK00.700.740.16
HSL2.68º65.15%52.75%-
HSV(B)2.68º73.71%83.53%-
XYZ29.9317.995.64-
YUV107.0599.2203.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 64.16%
GREEN value IS 63 (25% from 255) = 18.98%
BLUE value IS 56 (22.27% from 255) = 16.87%
R=64.16%
G=18.98%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213635600.700.740.162.6865.1552.75
HexD53F380464A1034135
Octal3257770010611220310165
Binary1101010111111111100001000110100101010000111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d53f38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d53f38; }

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

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

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

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

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

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

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

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