Html Css Color HEX #DB0848 Crimson

📋 copy color: '#DB0848'

red 219 ◦ green 8 ◦ blue 72

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

Shades of Crimson #DB0848

Tints of Crimson #DB0848

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.68%

 BLUE value IS 72 (28.52% from 255) = 24.08%

R = 73.24%
G = 2.68%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB0848 (or 0xDB0848) is known color: Crimson. HEX triplet: DB, 08 and 48. RGB value is (219,8,72). Sum of RGB (Red+Green+Blue) = 219+8+72=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0848 is #24F7B7. Grayscale: #4E4E4E. Windows color (decimal): -2422712 or 4720859. OLE color: 4720859.

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

Color convert

RGB 219 8 72 -
CMYK 0 0.96 0.67 0.14
HSL 341.8º 0.93% 0.45% -
HSV(B) 341.8º 0.96% 0.86% -
XYZ 30.47 15.7 7.56 -
YUV 78.39 124.4 228.3 -
System Red Green Blue C M Y K H S L
Decimal 219 8 72 0 0.96 0.67 0.14 341.8 0.93 0.45
Hex DB 8 48 0 60 43 E 156 5D 2D
Octal 333 10 110 0 140 103 16 526 135 55
Binary 11011011 1000 1001000 0 1100000 1000011 1110 101010110 1011101 101101

Color Harmonies of #DB0848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0848

Black with #DB0848

Text Example


Text Example

White with #DB0848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0848; }

 p { color: rgb(219,8,72); }

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

background-color css

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

 a { background-color: rgb(219,8,72); }

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

border-color css

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

 span { border-color: rgb(219,8,72); }

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