Html Css Color HEX #DB0838 Crimson

📋 copy color: '#DB0838'

red 219 ◦ green 8 ◦ blue 56

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

Shades of Crimson #DB0838

Tints of Crimson #DB0838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.79%

R = 77.39%
G = 2.83%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB0838 (or 0xDB0838) is known color: Crimson. HEX triplet: DB, 08 and 38. RGB value is (219,8,56). Sum of RGB (Red+Green+Blue) = 219+8+56=283 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.39% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0838 is #24F7C7. Grayscale: #4C4C4C. Windows color (decimal): -2422728 or 3672283. OLE color: 3672283.

HSL color Cylindrical-coordinate representation of color #DB0838: hue angle of 346.35º 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 #DB0838 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 8 56 -
CMYK 0 0.96 0.74 0.14
HSL 346.35º 0.93% 0.45% -
HSV(B) 346.35º 0.96% 0.86% -
XYZ 30.01 15.52 5.15 -
YUV 76.56 116.4 229.6 -
System Red Green Blue C M Y K H S L
Decimal 219 8 56 0 0.96 0.74 0.14 346.35 0.93 0.45
Hex DB 8 38 0 60 4A E 15A 5D 2D
Octal 333 10 70 0 140 112 16 532 135 55
Binary 11011011 1000 111000 0 1100000 1001010 1110 101011010 1011101 101101

Color Harmonies of #DB0838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0838

Black with #DB0838

Text Example


Text Example

White with #DB0838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0838; }

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

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

background-color css

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

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

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

border-color css

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

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

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