Html Css Color HEX #DB1033 Crimson

📋 copy color: '#DB1033'

red 219 ◦ green 16 ◦ blue 51

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

Shades of Crimson #DB1033

Tints of Crimson #DB1033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.83%

R = 76.57%
G = 5.59%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB1033 (or 0xDB1033) is known color: Crimson. HEX triplet: DB, 10 and 33. RGB value is (219,16,51). Sum of RGB (Red+Green+Blue) = 219+16+51=286 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.57% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1033 is #24EFCC. Grayscale: #505050. Windows color (decimal): -2420685 or 3346651. OLE color: 3346651.

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

Color convert

RGB 219 16 51 -
CMYK 0 0.93 0.77 0.14
HSL 349.66º 0.86% 0.46% -
HSV(B) 349.66º 0.93% 0.86% -
XYZ 30 15.67 4.58 -
YUV 80.69 111.25 226.65 -
System Red Green Blue C M Y K H S L
Decimal 219 16 51 0 0.93 0.77 0.14 349.66 0.86 0.46
Hex DB 10 33 0 5D 4D E 15E 56 2E
Octal 333 20 63 0 135 115 16 536 126 56
Binary 11011011 10000 110011 0 1011101 1001101 1110 101011110 1010110 101110

Color Harmonies of #DB1033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1033

Black with #DB1033

Text Example


Text Example

White with #DB1033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1033; }

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

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

background-color css

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

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

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

border-color css

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

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

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