Html Css Color HEX #DB1241 Crimson

📋 copy color: '#DB1241'

red 219 ◦ green 18 ◦ blue 65

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

Shades of Crimson #DB1241

Tints of Crimson #DB1241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.52%

R = 72.52%
G = 5.96%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB1241 (or 0xDB1241) is known color: Crimson. HEX triplet: DB, 12 and 41. RGB value is (219,18,65). Sum of RGB (Red+Green+Blue) = 219+18+65=302 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.52% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1241 is #24EDBE. Grayscale: #535353. Windows color (decimal): -2420159 or 4264667. OLE color: 4264667.

HSL color Cylindrical-coordinate representation of color #DB1241: hue angle of 345.97º 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 #DB1241 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 18 65 -
CMYK 0 0.92 0.70 0.14
HSL 345.97º 0.85% 0.46% -
HSV(B) 345.97º 0.92% 0.86% -
XYZ 30.38 15.87 6.46 -
YUV 83.46 117.59 224.68 -
System Red Green Blue C M Y K H S L
Decimal 219 18 65 0 0.92 0.70 0.14 345.97 0.85 0.46
Hex DB 12 41 0 5C 46 E 15A 55 2E
Octal 333 22 101 0 134 106 16 532 125 56
Binary 11011011 10010 1000001 0 1011100 1000110 1110 101011010 1010101 101110

Color Harmonies of #DB1241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1241

Black with #DB1241

Text Example


Text Example

White with #DB1241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1241; }

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

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

background-color css

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

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

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

border-color css

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

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

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