Html Css Color HEX #DB0535 Crimson

📋 copy color: '#DB0535'

red 219 ◦ green 5 ◦ blue 53

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

Shades of Crimson #DB0535

Tints of Crimson #DB0535

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

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

R = 79.06%
G = 1.81%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB0535 (or 0xDB0535) is known color: Crimson. HEX triplet: DB, 05 and 35. RGB value is (219,5,53). Sum of RGB (Red+Green+Blue) = 219+5+53=277 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.06% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0535 is #24FACA. Grayscale: #4A4A4A. Windows color (decimal): -2423499 or 3474907. OLE color: 3474907.

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

Color convert

RGB 219 5 53 -
CMYK 0 0.98 0.76 0.14
HSL 346.54º 0.96% 0.44% -
HSV(B) 346.54º 0.98% 0.86% -
XYZ 29.91 15.43 4.77 -
YUV 74.46 115.9 231.1 -
System Red Green Blue C M Y K H S L
Decimal 219 5 53 0 0.98 0.76 0.14 346.54 0.96 0.44
Hex DB 5 35 0 62 4C E 15B 60 2C
Octal 333 5 65 0 142 114 16 533 140 54
Binary 11011011 101 110101 0 1100010 1001100 1110 101011011 1100000 101100

Color Harmonies of #DB0535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0535

Black with #DB0535

Text Example


Text Example

White with #DB0535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0535; }

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

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

background-color css

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

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

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

border-color css

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

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

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