Html Css Color HEX #DB0337 Crimson

📋 copy color: '#DB0337'

red 219 ◦ green 3 ◦ blue 55

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

Shades of Crimson #DB0337

Tints of Crimson #DB0337

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

 BLUE value IS 55 (21.88% from 255) = 19.86%

R = 79.06%
G = 1.08%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB0337 (or 0xDB0337) is known color: Crimson. HEX triplet: DB, 03 and 37. RGB value is (219,3,55). Sum of RGB (Red+Green+Blue) = 219+3+55=277 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.06% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0337 is #24FCC8. Grayscale: #494949. Windows color (decimal): -2424009 or 3605467. OLE color: 3605467.

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

Color convert

RGB 219 3 55 -
CMYK 0 0.99 0.75 0.14
HSL 345.56º 0.97% 0.44% -
HSV(B) 345.56º 0.99% 0.86% -
XYZ 29.94 15.4 5.01 -
YUV 73.51 117.56 231.77 -
System Red Green Blue C M Y K H S L
Decimal 219 3 55 0 0.99 0.75 0.14 345.56 0.97 0.44
Hex DB 3 37 0 63 4B E 15A 61 2C
Octal 333 3 67 0 143 113 16 532 141 54
Binary 11011011 11 110111 0 1100011 1001011 1110 101011010 1100001 101100

Color Harmonies of #DB0337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0337

Black with #DB0337

Text Example


Text Example

White with #DB0337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0337; }

 p { color: rgb(219,3,55); }

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

background-color css

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

 a { background-color: rgb(219,3,55); }

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

border-color css

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

 span { border-color: rgb(219,3,55); }

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