Html Css Color HEX #DB0836 Crimson

📋 copy color: '#DB0836'

red 219 ◦ green 8 ◦ blue 54

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

Shades of Crimson #DB0836

Tints of Crimson #DB0836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.22%

R = 77.94%
G = 2.85%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB0836 (or 0xDB0836) is known color: Crimson. HEX triplet: DB, 08 and 36. RGB value is (219,8,54). Sum of RGB (Red+Green+Blue) = 219+8+54=281 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.94% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0836 is #24F7C9. Grayscale: #4C4C4C. Windows color (decimal): -2422730 or 3541211. OLE color: 3541211.

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

Color convert

RGB 219 8 54 -
CMYK 0 0.96 0.75 0.14
HSL 346.92º 0.93% 0.45% -
HSV(B) 346.92º 0.96% 0.86% -
XYZ 29.97 15.5 4.9 -
YUV 76.33 115.4 229.76 -
System Red Green Blue C M Y K H S L
Decimal 219 8 54 0 0.96 0.75 0.14 346.92 0.93 0.45
Hex DB 8 36 0 60 4B E 15B 5D 2D
Octal 333 10 66 0 140 113 16 533 135 55
Binary 11011011 1000 110110 0 1100000 1001011 1110 101011011 1011101 101101

Color Harmonies of #DB0836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0836

Black with #DB0836

Text Example


Text Example

White with #DB0836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0836; }

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

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

background-color css

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

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

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

border-color css

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

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

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