Html Css Color HEX #DB0F31 Crimson

📋 copy color: '#DB0F31'

red 219 ◦ green 15 ◦ blue 49

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

Shades of Crimson #DB0F31

Tints of Crimson #DB0F31

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.3%

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

R = 77.39%
G = 5.3%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB0F31 (or 0xDB0F31) is known color: Crimson. HEX triplet: DB, 0F and 31. RGB value is (219,15,49). Sum of RGB (Red+Green+Blue) = 219+15+49=283 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.39% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0F31 is #24F0CE. Grayscale: #4F4F4F. Windows color (decimal): -2420943 or 3215323. OLE color: 3215323.

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

Color convert

RGB 219 15 49 -
CMYK 0 0.93 0.78 0.14
HSL 350º 0.87% 0.46% -
HSV(B) 350º 0.93% 0.86% -
XYZ 29.94 15.62 4.34 -
YUV 79.87 110.59 227.24 -
System Red Green Blue C M Y K H S L
Decimal 219 15 49 0 0.93 0.78 0.14 350 0.87 0.46
Hex DB F 31 0 5D 4E E 15E 57 2E
Octal 333 17 61 0 135 116 16 536 127 56
Binary 11011011 1111 110001 0 1011101 1001110 1110 101011110 1010111 101110

Color Harmonies of #DB0F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0F31

Black with #DB0F31

Text Example


Text Example

White with #DB0F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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