Html Css Color HEX #DB0E2B Crimson

📋 copy color: '#DB0E2B'

red 219 ◦ green 14 ◦ blue 43

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

Shades of Crimson #DB0E2B

Tints of Crimson #DB0E2B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.07%

 BLUE value IS 43 (17.19% from 255) = 15.58%

R = 79.35%
G = 5.07%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB0E2B (or 0xDB0E2B) is known color: Crimson. HEX triplet: DB, 0E and 2B. RGB value is (219,14,43). Sum of RGB (Red+Green+Blue) = 219+14+43=276 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.35% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0E2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0E2B is #24F1D4. Grayscale: #4E4E4E. Windows color (decimal): -2421205 or 2821851. OLE color: 2821851.

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

Color convert

RGB 219 14 43 -
CMYK 0 0.94 0.80 0.14
HSL 351.51º 0.88% 0.46% -
HSV(B) 351.51º 0.94% 0.86% -
XYZ 29.81 15.55 3.72 -
YUV 78.6 107.92 228.14 -
System Red Green Blue C M Y K H S L
Decimal 219 14 43 0 0.94 0.80 0.14 351.51 0.88 0.46
Hex DB E 2B 0 5E 50 E 160 58 2E
Octal 333 16 53 0 136 120 16 540 130 56
Binary 11011011 1110 101011 0 1011110 1010000 1110 101100000 1011000 101110

Color Harmonies of #DB0E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0E2B

Black with #DB0E2B

Text Example


Text Example

White with #DB0E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0E2B; }

 p { color: rgb(219,14,43); }

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

background-color css

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

 a { background-color: rgb(219,14,43); }

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

border-color css

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

 span { border-color: rgb(219,14,43); }

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