#DD1A00

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

Shades of Scarlet #DD1A00

Tints of Scarlet #DD1A00

Color information

#DD1A00 (or 0xDD1A00) is unknown color: approx Scarlet. HEX triplet: DD, 1A and 00. RGB value is (221,26,0). Sum of RGB (Red+Green+Blue) = 221+26+0=247 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.47% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1A00 is #22E5FF. Grayscale: #515151. Windows color (decimal): -2287104 or 6877. OLE color: 6877.

HSL color Cylindrical-coordinate representation of color #DD1A00: hue angle of 7.06º 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 #DD1A00 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB221260-
CMYK00.8810.13
HSL7.06º100%43.33%-
HSV(B)7.06º100%86.67%-
XYZ30.1916.111.52-
YUV81.3482.1227.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 89.47%
GREEN value IS 26 (10.55% from 255) = 10.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.47%
G=10.53%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22126000.8810.137.0610043.33
HexDD1A005864D7642b
Octal335320013014415714453
Binary1101110111010001011000110010011011111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1A00; }

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

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

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

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

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

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

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

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