Html Css Color HEX #DB1132 Crimson

📋 copy color: '#DB1132'

red 219 ◦ green 17 ◦ blue 50

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

Shades of Crimson #DB1132

Tints of Crimson #DB1132

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.94%

 BLUE value IS 50 (19.92% from 255) = 17.48%

R = 76.57%
G = 5.94%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB1132 (or 0xDB1132) is known color: Crimson. HEX triplet: DB, 11 and 32. RGB value is (219,17,50). Sum of RGB (Red+Green+Blue) = 219+17+50=286 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.57% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1132 is #24EECD. Grayscale: #515151. Windows color (decimal): -2420430 or 3281371. OLE color: 3281371.

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

Color convert

RGB 219 17 50 -
CMYK 0 0.92 0.77 0.14
HSL 350.2º 0.86% 0.46% -
HSV(B) 350.2º 0.92% 0.86% -
XYZ 29.99 15.69 4.47 -
YUV 81.16 110.42 226.32 -
System Red Green Blue C M Y K H S L
Decimal 219 17 50 0 0.92 0.77 0.14 350.2 0.86 0.46
Hex DB 11 32 0 5C 4D E 15E 56 2E
Octal 333 21 62 0 134 115 16 536 126 56
Binary 11011011 10001 110010 0 1011100 1001101 1110 101011110 1010110 101110

Color Harmonies of #DB1132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1132

Black with #DB1132

Text Example


Text Example

White with #DB1132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1132; }

 p { color: rgb(219,17,50); }

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

background-color css

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

 a { background-color: rgb(219,17,50); }

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

border-color css

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

 span { border-color: rgb(219,17,50); }

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