#D01330

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

Shades of Crimson #D01330

Tints of Crimson #D01330

Color information

#D01330 (or 0xD01330) is unknown color: approx Crimson. HEX triplet: D0, 13 and 30. RGB value is (208,19,48). Sum of RGB (Red+Green+Blue) = 208+19+48=275 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.64% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 208 - color contains mainly: red. Hex color #D01330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01330 is #2FECCF. Grayscale: #4E4E4E. Windows color (decimal): -3140816 or 3150800. OLE color: 3150800.

HSL color Cylindrical-coordinate representation of color #D01330: hue angle of 350.79º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D01330 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB2081948-
CMYK00.910.770.18
HSL350.79º83.26%44.51%-
HSV(B)350.79º90.87%81.57%-
XYZ26.7814.094.1-
YUV78.82110.62220.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 75.64%
GREEN value IS 19 (7.81% from 255) = 6.91%
BLUE value IS 48 (19.14% from 255) = 17.45%
R=75.64%
G=6.91%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208194800.910.770.18350.7983.2644.51
HexD0133005B4D1215f532d
Octal320236001331152253712355
Binary1101000010011110000010110111001101100101010111111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01330; }

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

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

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

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

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

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

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

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