Html Css Color HEX #DB0C31 Crimson

📋 copy color: '#DB0C31'

red 219 ◦ green 12 ◦ blue 49

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

Shades of Crimson #DB0C31

Tints of Crimson #DB0C31

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.29%

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

R = 78.21%
G = 4.29%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB0C31 (or 0xDB0C31) is known color: Crimson. HEX triplet: DB, 0C and 31. RGB value is (219,12,49). Sum of RGB (Red+Green+Blue) = 219+12+49=280 (37% of max value = 765). Red value is 219 (85.94% from 255 or 78.21% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0C31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0C31 is #24F3CE. Grayscale: #4E4E4E. Windows color (decimal): -2421711 or 3214555. OLE color: 3214555.

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

Color convert

RGB 219 12 49 -
CMYK 0 0.95 0.78 0.14
HSL 349.28º 0.9% 0.45% -
HSV(B) 349.28º 0.95% 0.86% -
XYZ 29.9 15.54 4.33 -
YUV 78.11 111.58 228.49 -
System Red Green Blue C M Y K H S L
Decimal 219 12 49 0 0.95 0.78 0.14 349.28 0.9 0.45
Hex DB C 31 0 5F 4E E 15D 5A 2D
Octal 333 14 61 0 137 116 16 535 132 55
Binary 11011011 1100 110001 0 1011111 1001110 1110 101011101 1011010 101101

Color Harmonies of #DB0C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0C31

Black with #DB0C31

Text Example


Text Example

White with #DB0C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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