#DD1900

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

Shades of Scarlet #DD1900

Tints of Scarlet #DD1900

Color information

#DD1900 (or 0xDD1900) is unknown color: approx Scarlet. HEX triplet: DD, 19 and 00. RGB value is (221,25,0). Sum of RGB (Red+Green+Blue) = 221+25+0=246 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.84% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1900 is #22E6FF. Grayscale: #515151. Windows color (decimal): -2287360 or 6621. OLE color: 6621.

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

Color convert

RGB221250-
CMYK00.8910.13
HSL6.79º100%43.33%-
HSV(B)6.79º100%86.67%-
XYZ30.1716.071.51-
YUV80.7582.43228.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 89.84%
GREEN value IS 25 (10.16% from 255) = 10.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.84%
G=10.16%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22125000.8910.136.7910043.33
HexDD19005964D7642b
Octal335310013114415714453
Binary1101110111001001011001110010011011111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1900; }

 p { color: rgb(221,25,0); }

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

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

 a { background-color: rgb(221,25,0); }

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

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

 span { border-color: rgb(221,25,0); }

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