#DE1330

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

Shades of Crimson #DE1330

Tints of Crimson #DE1330

Color information

#DE1330 (or 0xDE1330) is unknown color: approx Crimson. HEX triplet: DE, 13 and 30. RGB value is (222,19,48). Sum of RGB (Red+Green+Blue) = 222+19+48=289 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.82% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1330 is #21ECCF. Grayscale: #535353. Windows color (decimal): -2223312 or 3150814. OLE color: 3150814.

HSL color Cylindrical-coordinate representation of color #DE1330: hue angle of 351.43º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE1330 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB2221948-
CMYK00.910.780.13
HSL351.43º84.23%47.25%-
HSV(B)351.43º91.44%87.06%-
XYZ30.8916.214.3-
YUV83108.25227.14-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 76.82%
GREEN value IS 19 (7.81% from 255) = 6.57%
BLUE value IS 48 (19.14% from 255) = 16.61%
R=76.82%
G=6.57%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222194800.910.780.13351.4384.2347.25
HexDE133005B4ED15f542f
Octal336236001331161553712457
Binary110111101001111000001011011100111011011010111111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1330; }

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

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

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

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

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

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

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

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