Html Css Color HEX #DB0036 Crimson

📋 copy color: '#DB0036'

red 219 ◦ green 0 ◦ blue 54

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

Shades of Crimson #DB0036

Tints of Crimson #DB0036

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80.22%
G = 0%
B = 19.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB0036 (or 0xDB0036) is known color: Crimson. HEX triplet: DB, 00 and 36. RGB value is (219,0,54). Sum of RGB (Red+Green+Blue) = 219+0+54=273 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.22% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0036 is #24FFC9. Grayscale: #474747. Windows color (decimal): -2424778 or 3539163. OLE color: 3539163.

HSL color Cylindrical-coordinate representation of color #DB0036: hue angle of 345.21º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0036 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 0 54 -
CMYK 0 1 0.75 0.14
HSL 345.21º 1% 0.43% -
HSV(B) 345.21º 1% 0.86% -
XYZ 29.88 15.33 4.87 -
YUV 71.64 118.05 233.11 -
System Red Green Blue C M Y K H S L
Decimal 219 0 54 0 1 0.75 0.14 345.21 1 0.43
Hex DB 0 36 0 64 4B E 159 64 2B
Octal 333 0 66 0 144 113 16 531 144 53
Binary 11011011 0 110110 0 1100100 1001011 1110 101011001 1100100 101011

Color Harmonies of #DB0036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0036

Black with #DB0036

Text Example


Text Example

White with #DB0036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0036; }

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

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

background-color css

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

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

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

border-color css

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

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

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