Html Css Color HEX #DB1D3B Crimson

📋 copy color: '#DB1D3B'

red 219 ◦ green 29 ◦ blue 59

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

Shades of Crimson #DB1D3B

Tints of Crimson #DB1D3B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.45%

 BLUE value IS 59 (23.44% from 255) = 19.22%

R = 71.34%
G = 9.45%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB1D3B (or 0xDB1D3B) is known color: Crimson. HEX triplet: DB, 1D and 3B. RGB value is (219,29,59). Sum of RGB (Red+Green+Blue) = 219+29+59=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1D3B is #24E2C4. Grayscale: #595959. Windows color (decimal): -2417349 or 3874267. OLE color: 3874267.

HSL color Cylindrical-coordinate representation of color #DB1D3B: hue angle of 350.53º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1D3B is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 29 59 -
CMYK 0 0.87 0.73 0.14
HSL 350.53º 0.77% 0.49% -
HSV(B) 350.53º 0.87% 0.86% -
XYZ 30.44 16.25 5.67 -
YUV 89.23 110.95 220.56 -
System Red Green Blue C M Y K H S L
Decimal 219 29 59 0 0.87 0.73 0.14 350.53 0.77 0.49
Hex DB 1D 3B 0 57 49 E 15F 4D 31
Octal 333 35 73 0 127 111 16 537 115 61
Binary 11011011 11101 111011 0 1010111 1001001 1110 101011111 1001101 110001

Color Harmonies of #DB1D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1D3B

Black with #DB1D3B

Text Example


Text Example

White with #DB1D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1D3B; }

 p { color: rgb(219,29,59); }

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

background-color css

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

 a { background-color: rgb(219,29,59); }

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

border-color css

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

 span { border-color: rgb(219,29,59); }

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