Html Css Color HEX #DB1035 Crimson

📋 copy color: '#DB1035'

red 219 ◦ green 16 ◦ blue 53

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

Shades of Crimson #DB1035

Tints of Crimson #DB1035

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.56%

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

R = 76.04%
G = 5.56%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB1035 (or 0xDB1035) is known color: Crimson. HEX triplet: DB, 10 and 35. RGB value is (219,16,53). Sum of RGB (Red+Green+Blue) = 219+16+53=288 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.04% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1035 is #24EFCA. Grayscale: #505050. Windows color (decimal): -2420683 or 3477723. OLE color: 3477723.

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

Color convert

RGB 219 16 53 -
CMYK 0 0.93 0.76 0.14
HSL 349.06º 0.86% 0.46% -
HSV(B) 349.06º 0.93% 0.86% -
XYZ 30.04 15.69 4.81 -
YUV 80.92 112.25 226.49 -
System Red Green Blue C M Y K H S L
Decimal 219 16 53 0 0.93 0.76 0.14 349.06 0.86 0.46
Hex DB 10 35 0 5D 4C E 15D 56 2E
Octal 333 20 65 0 135 114 16 535 126 56
Binary 11011011 10000 110101 0 1011101 1001100 1110 101011101 1010110 101110

Color Harmonies of #DB1035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1035

Black with #DB1035

Text Example


Text Example

White with #DB1035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1035; }

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

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

background-color css

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

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

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

border-color css

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

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

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