#DE1A05

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

Shades of Scarlet #DE1A05

Tints of Scarlet #DE1A05

Color information

#DE1A05 (or 0xDE1A05) is unknown color: approx Scarlet. HEX triplet: DE, 1A and 05. RGB value is (222,26,5). Sum of RGB (Red+Green+Blue) = 222+26+5=253 (33% of max value = 765). Red value is 222 (87.11% from 255 or 87.75% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE1A05 is #21E5FA. Grayscale: #525252. Windows color (decimal): -2221563 or 334558. OLE color: 334558.

HSL color Cylindrical-coordinate representation of color #DE1A05: hue angle of 5.81º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE1A05 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB222265-
CMYK00.880.980.13
HSL5.81º95.59%44.51%-
HSV(B)5.81º97.75%87.06%-
XYZ30.5216.281.68-
YUV82.2184.43227.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 87.75%
GREEN value IS 26 (10.55% from 255) = 10.28%
BLUE value IS 5 (2.34% from 255) = 1.98%
R=87.75%
G=10.28%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.98
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22226500.880.980.135.8195.5944.51
HexDE1A505862D6602d
Octal336325013014215614055
Binary110111101101010101011000110001011011101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1A05; }

 p { color: rgb(222,26,5); }

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

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

 a { background-color: rgb(222,26,5); }

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

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

 span { border-color: rgb(222,26,5); }

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