Html Css Color HEX #DB0941 Crimson

📋 copy color: '#DB0941'

red 219 ◦ green 9 ◦ blue 65

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

Shades of Crimson #DB0941

Tints of Crimson #DB0941

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.07%

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

R = 74.74%
G = 3.07%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB0941 (or 0xDB0941) is known color: Crimson. HEX triplet: DB, 09 and 41. RGB value is (219,9,65). Sum of RGB (Red+Green+Blue) = 219+9+65=293 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.74% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0941 is #24F6BE. Grayscale: #4E4E4E. Windows color (decimal): -2422463 or 4262363. OLE color: 4262363.

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

Color convert

RGB 219 9 65 -
CMYK 0 0.96 0.70 0.14
HSL 344º 0.92% 0.45% -
HSV(B) 344º 0.96% 0.86% -
XYZ 30.27 15.64 6.42 -
YUV 78.17 120.57 228.45 -
System Red Green Blue C M Y K H S L
Decimal 219 9 65 0 0.96 0.70 0.14 344 0.92 0.45
Hex DB 9 41 0 60 46 E 158 5C 2D
Octal 333 11 101 0 140 106 16 530 134 55
Binary 11011011 1001 1000001 0 1100000 1000110 1110 101011000 1011100 101101

Color Harmonies of #DB0941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0941

Black with #DB0941

Text Example


Text Example

White with #DB0941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0941; }

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

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

background-color css

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

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

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

border-color css

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

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

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