Html Css Color HEX #DB0732 Crimson

📋 copy color: '#DB0732'

red 219 ◦ green 7 ◦ blue 50

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

Shades of Crimson #DB0732

Tints of Crimson #DB0732

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.54%

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

R = 79.35%
G = 2.54%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB0732 (or 0xDB0732) is known color: Crimson. HEX triplet: DB, 07 and 32. RGB value is (219,7,50). Sum of RGB (Red+Green+Blue) = 219+7+50=276 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.35% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0732 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0732 is #24F8CD. Grayscale: #4B4B4B. Windows color (decimal): -2422990 or 3278811. OLE color: 3278811.

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

Color convert

RGB 219 7 50 -
CMYK 0 0.97 0.77 0.14
HSL 347.83º 0.94% 0.44% -
HSV(B) 347.83º 0.97% 0.86% -
XYZ 29.87 15.44 4.42 -
YUV 75.29 113.74 230.5 -
System Red Green Blue C M Y K H S L
Decimal 219 7 50 0 0.97 0.77 0.14 347.83 0.94 0.44
Hex DB 7 32 0 61 4D E 15C 5E 2C
Octal 333 7 62 0 141 115 16 534 136 54
Binary 11011011 111 110010 0 1100001 1001101 1110 101011100 1011110 101100

Color Harmonies of #DB0732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0732

Black with #DB0732

Text Example


Text Example

White with #DB0732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0732; }

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

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

background-color css

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

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

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

border-color css

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

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

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