Html Css Color HEX #DB0731 Crimson

📋 copy color: '#DB0731'

red 219 ◦ green 7 ◦ blue 49

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

Shades of Crimson #DB0731

Tints of Crimson #DB0731

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.55%

 BLUE value IS 49 (19.53% from 255) = 17.82%

R = 79.64%
G = 2.55%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB0731 (or 0xDB0731) is known color: Crimson. HEX triplet: DB, 07 and 31. RGB value is (219,7,49). Sum of RGB (Red+Green+Blue) = 219+7+49=275 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.64% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0731 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0731 is #24F8CE. Grayscale: #4B4B4B. Windows color (decimal): -2422991 or 3213275. OLE color: 3213275.

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

Color convert

RGB 219 7 49 -
CMYK 0 0.97 0.78 0.14
HSL 348.11º 0.94% 0.44% -
HSV(B) 348.11º 0.97% 0.86% -
XYZ 29.84 15.43 4.31 -
YUV 75.18 113.24 230.58 -
System Red Green Blue C M Y K H S L
Decimal 219 7 49 0 0.97 0.78 0.14 348.11 0.94 0.44
Hex DB 7 31 0 61 4E E 15C 5E 2C
Octal 333 7 61 0 141 116 16 534 136 54
Binary 11011011 111 110001 0 1100001 1001110 1110 101011100 1011110 101100

Color Harmonies of #DB0731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0731

Black with #DB0731

Text Example


Text Example

White with #DB0731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0731; }

 p { color: rgb(219,7,49); }

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

background-color css

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

 a { background-color: rgb(219,7,49); }

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

border-color css

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

 span { border-color: rgb(219,7,49); }

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