#D41334

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

Shades of Crimson #D41334

Tints of Crimson #D41334

Color information

#D41334 (or 0xD41334) is unknown color: approx Crimson. HEX triplet: D4, 13 and 34. RGB value is (212,19,52). Sum of RGB (Red+Green+Blue) = 212+19+52=283 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.91% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 212 - color contains mainly: red. Hex color #D41334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41334 is #2BECCB. Grayscale: #505050. Windows color (decimal): -2878668 or 3412948. OLE color: 3412948.

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

Color convert

RGB2121952-
CMYK00.910.750.17
HSL349.74º83.55%45.29%-
HSV(B)349.74º91.04%83.14%-
XYZ2814.714.61-
YUV80.47111.94221.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 74.91%
GREEN value IS 19 (7.81% from 255) = 6.71%
BLUE value IS 52 (20.70% from 255) = 18.37%
R=74.91%
G=6.71%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212195200.910.750.17349.7483.5545.29
HexD4133405B4B1115e542d
Octal324236401331132153612455
Binary1101010010011110100010110111001011100011010111101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41334; }

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

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

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

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

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

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

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

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