Html Css Color HEX #DB0835 Crimson

📋 copy color: '#DB0835'

red 219 ◦ green 8 ◦ blue 53

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

Shades of Crimson #DB0835

Tints of Crimson #DB0835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.93%

R = 78.21%
G = 2.86%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB0835 (or 0xDB0835) is known color: Crimson. HEX triplet: DB, 08 and 35. RGB value is (219,8,53). Sum of RGB (Red+Green+Blue) = 219+8+53=280 (37% of max value = 765). Red value is 219 (85.94% from 255 or 78.21% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0835 is #24F7CA. Grayscale: #4C4C4C. Windows color (decimal): -2422731 or 3475675. OLE color: 3475675.

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

Color convert

RGB 219 8 53 -
CMYK 0 0.96 0.76 0.14
HSL 347.2º 0.93% 0.45% -
HSV(B) 347.2º 0.96% 0.86% -
XYZ 29.94 15.49 4.78 -
YUV 76.22 114.9 229.84 -
System Red Green Blue C M Y K H S L
Decimal 219 8 53 0 0.96 0.76 0.14 347.2 0.93 0.45
Hex DB 8 35 0 60 4C E 15B 5D 2D
Octal 333 10 65 0 140 114 16 533 135 55
Binary 11011011 1000 110101 0 1100000 1001100 1110 101011011 1011101 101101

Color Harmonies of #DB0835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0835

Black with #DB0835

Text Example


Text Example

White with #DB0835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0835; }

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

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

background-color css

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

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

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

border-color css

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

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

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