#DD4E1C

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

Shades of Cinnabar #DD4E1C

Tints of Cinnabar #DD4E1C

Color information

#DD4E1C (or 0xDD4E1C) is unknown color: approx Cinnabar. HEX triplet: DD, 4E and 1C. RGB value is (221,78,28). Sum of RGB (Red+Green+Blue) = 221+78+28=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4E1C is #22B1E3. Grayscale: #737373. Windows color (decimal): -2273764 or 1855197. OLE color: 1855197.

HSL color Cylindrical-coordinate representation of color #DD4E1C: hue angle of 15.54º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD4E1C is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB2217828-
CMYK00.650.870.13
HSL15.54º77.51%48.82%-
HSV(B)15.54º87.33%86.67%-
XYZ32.7520.93.41-
YUV115.0678.88203.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 67.58%
GREEN value IS 78 (30.86% from 255) = 23.85%
BLUE value IS 28 (11.33% from 255) = 8.56%
R=67.58%
G=23.85%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221782800.650.870.1315.5477.5148.82
HexDD4E1C04157D104e31
Octal335116340101127152011661
Binary110111011001110111000100000110101111101100001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4E1C; }

 p { color: rgb(221,78,28); }

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

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

 a { background-color: rgb(221,78,28); }

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

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

 span { border-color: rgb(221,78,28); }

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