Html Css Color HEX #DB1041 Crimson

📋 copy color: '#DB1041'

red 219 ◦ green 16 ◦ blue 65

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

Shades of Crimson #DB1041

Tints of Crimson #DB1041

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.33%

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

R = 73%
G = 5.33%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB1041 (or 0xDB1041) is known color: Crimson. HEX triplet: DB, 10 and 41. RGB value is (219,16,65). Sum of RGB (Red+Green+Blue) = 219+16+65=300 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1041 is #24EFBE. Grayscale: #525252. Windows color (decimal): -2420671 or 4264155. OLE color: 4264155.

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

Color convert

RGB 219 16 65 -
CMYK 0 0.93 0.70 0.14
HSL 345.52º 0.86% 0.46% -
HSV(B) 345.52º 0.93% 0.86% -
XYZ 30.35 15.81 6.45 -
YUV 82.28 118.25 225.52 -
System Red Green Blue C M Y K H S L
Decimal 219 16 65 0 0.93 0.70 0.14 345.52 0.86 0.46
Hex DB 10 41 0 5D 46 E 15A 56 2E
Octal 333 20 101 0 135 106 16 532 126 56
Binary 11011011 10000 1000001 0 1011101 1000110 1110 101011010 1010110 101110

Color Harmonies of #DB1041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1041

Black with #DB1041

Text Example


Text Example

White with #DB1041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1041; }

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

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

background-color css

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

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

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

border-color css

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

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

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