#DD3834

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

Shades of Cinnabar #DD3834

Tints of Cinnabar #DD3834

Color information

#DD3834 (or 0xDD3834) is unknown color: approx Cinnabar. HEX triplet: DD, 38 and 34. RGB value is (221,56,52). Sum of RGB (Red+Green+Blue) = 221+56+52=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3834 is #22C7CB. Grayscale: #696969. Windows color (decimal): -2279372 or 3422429. OLE color: 3422429.

HSL color Cylindrical-coordinate representation of color #DD3834: hue angle of 1.42º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD3834 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB2215652-
CMYK00.750.760.13
HSL1.42º71.31%53.53%-
HSV(B)1.42º76.47%86.67%-
XYZ31.8518.455.13-
YUV104.8898.16210.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 67.17%
GREEN value IS 56 (22.27% from 255) = 17.02%
BLUE value IS 52 (20.70% from 255) = 15.81%
R=67.17%
G=17.02%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221565200.750.760.131.4271.3153.53
HexDD383404B4CD14736
Octal3357064011311415110766
Binary11011101111000110100010010111001100110111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3834; }

 p { color: rgb(221,56,52); }

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

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

 a { background-color: rgb(221,56,52); }

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

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

 span { border-color: rgb(221,56,52); }

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