Html Css Color HEX #DB0249 Razzmatazz

📋 copy color: '#DB0249'

red 219 ◦ green 2 ◦ blue 73

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

Shades of Razzmatazz #DB0249

Tints of Razzmatazz #DB0249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 73 (28.91% from 255) = 24.83%

R = 74.49%
G = 0.68%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB0249 (or 0xDB0249) is known color: Razzmatazz. HEX triplet: DB, 02 and 49. RGB value is (219,2,73). Sum of RGB (Red+Green+Blue) = 219+2+73=294 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.49% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0249 is #24FDB6. Grayscale: #4A4A4A. Windows color (decimal): -2424247 or 4784859. OLE color: 4784859.

HSL color Cylindrical-coordinate representation of color #DB0249: hue angle of 340.37º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0249 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 2 73 -
CMYK 0 0.99 0.67 0.14
HSL 340.37º 0.98% 0.43% -
HSV(B) 340.37º 0.99% 0.86% -
XYZ 30.44 15.58 7.71 -
YUV 74.98 126.89 230.73 -
System Red Green Blue C M Y K H S L
Decimal 219 2 73 0 0.99 0.67 0.14 340.37 0.98 0.43
Hex DB 2 49 0 63 43 E 154 62 2B
Octal 333 2 111 0 143 103 16 524 142 53
Binary 11011011 10 1001001 0 1100011 1000011 1110 101010100 1100010 101011

Color Harmonies of #DB0249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0249

Black with #DB0249

Text Example


Text Example

White with #DB0249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0249; }

 p { color: rgb(219,2,73); }

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

background-color css

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

 a { background-color: rgb(219,2,73); }

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

border-color css

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

 span { border-color: rgb(219,2,73); }

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