Html Css Color HEX #DB0541 Crimson

📋 copy color: '#DB0541'

red 219 ◦ green 5 ◦ blue 65

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

Shades of Crimson #DB0541

Tints of Crimson #DB0541

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.73%

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

R = 75.78%
G = 1.73%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB0541 (or 0xDB0541) is known color: Crimson. HEX triplet: DB, 05 and 41. RGB value is (219,5,65). Sum of RGB (Red+Green+Blue) = 219+5+65=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0541 is #24FABE. Grayscale: #4B4B4B. Windows color (decimal): -2423487 or 4261339. OLE color: 4261339.

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

Color convert

RGB 219 5 65 -
CMYK 0 0.98 0.70 0.14
HSL 343.18º 0.96% 0.44% -
HSV(B) 343.18º 0.98% 0.86% -
XYZ 30.22 15.55 6.41 -
YUV 75.83 121.9 230.12 -
System Red Green Blue C M Y K H S L
Decimal 219 5 65 0 0.98 0.70 0.14 343.18 0.96 0.44
Hex DB 5 41 0 62 46 E 157 60 2C
Octal 333 5 101 0 142 106 16 527 140 54
Binary 11011011 101 1000001 0 1100010 1000110 1110 101010111 1100000 101100

Color Harmonies of #DB0541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0541

Black with #DB0541

Text Example


Text Example

White with #DB0541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0541; }

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

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

background-color css

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

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

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

border-color css

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

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

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