#DD1603

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

Shades of Scarlet #DD1603

Tints of Scarlet #DD1603

Color information

#DD1603 (or 0xDD1603) is unknown color: approx Scarlet. HEX triplet: DD, 16 and 03. RGB value is (221,22,3). Sum of RGB (Red+Green+Blue) = 221+22+3=246 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.84% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1603 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1603 is #22E9FC. Grayscale: #4F4F4F. Windows color (decimal): -2288125 or 202461. OLE color: 202461.

HSL color Cylindrical-coordinate representation of color #DD1603: hue angle of 5.23º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD1603 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB221223-
CMYK00.900.990.13
HSL5.23º97.32%43.92%-
HSV(B)5.23º98.64%86.67%-
XYZ30.1215.951.58-
YUV79.3384.93229.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 89.84%
GREEN value IS 22 (8.98% from 255) = 8.94%
BLUE value IS 3 (1.56% from 255) = 1.22%
R=89.84%
G=8.94%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.99
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122300.900.990.135.2397.3243.92
HexDD16305A63D5612c
Octal335263013214315514154
Binary11011101101101101011010110001111011011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1603; }

 p { color: rgb(221,22,3); }

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

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

 a { background-color: rgb(221,22,3); }

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

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

 span { border-color: rgb(221,22,3); }

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