#D01334

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

Shades of Crimson #D01334

Tints of Crimson #D01334

Color information

#D01334 (or 0xD01334) is unknown color: approx Crimson. HEX triplet: D0, 13 and 34. RGB value is (208,19,52). Sum of RGB (Red+Green+Blue) = 208+19+52=279 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.55% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 208 - color contains mainly: red. Hex color #D01334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01334 is #2FECCB. Grayscale: #4F4F4F. Windows color (decimal): -3140812 or 3412944. OLE color: 3412944.

HSL color Cylindrical-coordinate representation of color #D01334: hue angle of 349.52º 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 #D01334 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB2081952-
CMYK00.910.750.18
HSL349.52º83.26%44.51%-
HSV(B)349.52º90.87%81.57%-
XYZ26.8714.124.56-
YUV79.27112.62219.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 74.55%
GREEN value IS 19 (7.81% from 255) = 6.81%
BLUE value IS 52 (20.70% from 255) = 18.64%
R=74.55%
G=6.81%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208195200.910.750.18349.5283.2644.51
HexD0133405B4B1215e532d
Octal320236401331132253612355
Binary1101000010011110100010110111001011100101010111101010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01334; }

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

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

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

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

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

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

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

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