Html Css Color HEX #DB1232 Crimson

📋 copy color: '#DB1232'

red 219 ◦ green 18 ◦ blue 50

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

Shades of Crimson #DB1232

Tints of Crimson #DB1232

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.27%

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

R = 76.31%
G = 6.27%
B = 17.42%

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

#DB1232 (or 0xDB1232) is known color: Crimson. HEX triplet: DB, 12 and 32. RGB value is (219,18,50). Sum of RGB (Red+Green+Blue) = 219+18+50=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1232 is #24EDCD. Grayscale: #515151. Windows color (decimal): -2420174 or 3281627. OLE color: 3281627.

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

Color convert

RGB 219 18 50 -
CMYK 0 0.92 0.77 0.14
HSL 350.45º 0.85% 0.46% -
HSV(B) 350.45º 0.92% 0.86% -
XYZ 30.01 15.72 4.47 -
YUV 81.75 110.09 225.9 -
System Red Green Blue C M Y K H S L
Decimal 219 18 50 0 0.92 0.77 0.14 350.45 0.85 0.46
Hex DB 12 32 0 5C 4D E 15E 55 2E
Octal 333 22 62 0 134 115 16 536 125 56
Binary 11011011 10010 110010 0 1011100 1001101 1110 101011110 1010101 101110

Color Harmonies of #DB1232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1232

Black with #DB1232

Text Example


Text Example

White with #DB1232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1232; }

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

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

background-color css

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

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

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

border-color css

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

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

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