#DE1730

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

Shades of Crimson #DE1730

Tints of Crimson #DE1730

Color information

#DE1730 (or 0xDE1730) is unknown color: approx Crimson. HEX triplet: DE, 17 and 30. RGB value is (222,23,48). Sum of RGB (Red+Green+Blue) = 222+23+48=293 (38% of max value = 765). Red value is 222 (87.11% from 255 or 75.77% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1730 is #21E8CF. Grayscale: #555555. Windows color (decimal): -2222288 or 3151838. OLE color: 3151838.

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

Color convert

RGB2222348-
CMYK00.900.780.13
HSL352.46º81.22%48.04%-
HSV(B)352.46º89.64%87.06%-
XYZ30.9616.364.32-
YUV85.35106.93225.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 75.77%
GREEN value IS 23 (9.38% from 255) = 7.85%
BLUE value IS 48 (19.14% from 255) = 16.38%
R=75.77%
G=7.85%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222234800.900.780.13352.4681.2248.04
HexDE173005A4ED1605130
Octal336276001321161554012160
Binary110111101011111000001011010100111011011011000001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1730; }

 p { color: rgb(222,23,48); }

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

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

 a { background-color: rgb(222,23,48); }

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

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

 span { border-color: rgb(222,23,48); }

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