Html Css Color HEX #DB1246 Crimson

📋 copy color: '#DB1246'

red 219 ◦ green 18 ◦ blue 70

#DB1246
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #DB1246

Tints of Crimson #DB1246

RGB

 RED value IS 219 (85.94% from 255) = 71.34%

 GREEN value IS 18 (7.42% from 255) = 5.86%

 BLUE value IS 70 (27.73% from 255) = 22.8%

R = 71.34%
G = 5.86%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB1246 (or 0xDB1246) is known color: Crimson. HEX triplet: DB, 12 and 46. RGB value is (219,18,70). Sum of RGB (Red+Green+Blue) = 219+18+70=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1246 is #24EDB9. Grayscale: #545454. Windows color (decimal): -2420154 or 4592347. OLE color: 4592347.

HSL color Cylindrical-coordinate representation of color #DB1246: hue angle of 344.48º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB1246 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 18 70 -
CMYK 0 0.92 0.68 0.14
HSL 344.48º 0.85% 0.46% -
HSV(B) 344.48º 0.92% 0.86% -
XYZ 30.54 15.93 7.26 -
YUV 84.03 120.09 224.27 -
System Red Green Blue C M Y K H S L
Decimal 219 18 70 0 0.92 0.68 0.14 344.48 0.85 0.46
Hex DB 12 46 0 5C 44 E 158 55 2E
Octal 333 22 106 0 134 104 16 530 125 56
Binary 11011011 10010 1000110 0 1011100 1000100 1110 101011000 1010101 101110

Color Harmonies of #DB1246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1246

Black with #DB1246

Text Example


Text Example

White with #DB1246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1246; }

 p { color: rgb(219,18,70); }

 H1.HeaderClassName
 {
   color: #DB1246;
 }
 .AnyTagClassName
 {
   color: #DB1246;
 }
</style>

background-color css

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

 a { background-color: rgb(219,18,70); }

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

border-color css

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

 span { border-color: rgb(219,18,70); }

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