#D83D34

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

Shades of Cinnabar #D83D34

Tints of Cinnabar #D83D34

Color information

#D83D34 (or 0xD83D34) is unknown color: approx Cinnabar. HEX triplet: D8, 3D and 34. RGB value is (216,61,52). Sum of RGB (Red+Green+Blue) = 216+61+52=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83D34 is #27C2CB. Grayscale: #6A6A6A. Windows color (decimal): -2605772 or 3423704. OLE color: 3423704.

HSL color Cylindrical-coordinate representation of color #D83D34: hue angle of 3.29º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D83D34 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB2166152-
CMYK00.720.760.15
HSL3.29º67.77%52.55%-
HSV(B)3.29º75.93%84.71%-
XYZ30.6118.185.15-
YUV106.3297.35206.23-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 65.65%
GREEN value IS 61 (24.22% from 255) = 18.54%
BLUE value IS 52 (20.70% from 255) = 15.81%
R=65.65%
G=18.54%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216615200.720.760.153.2967.7752.55
HexD83D340484CF34435
Octal3307564011011417310465
Binary110110001111011101000100100010011001111111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D83D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D83D34; }

 p { color: rgb(216,61,52); }

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

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

 a { background-color: rgb(216,61,52); }

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

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

 span { border-color: rgb(216,61,52); }

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