Html Css Color HEX #DB0349 Razzmatazz

📋 copy color: '#DB0349'

red 219 ◦ green 3 ◦ blue 73

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

Shades of Razzmatazz #DB0349

Tints of Razzmatazz #DB0349

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

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

R = 74.24%
G = 1.02%
B = 24.75%

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

#DB0349 (or 0xDB0349) is known color: Razzmatazz. HEX triplet: DB, 03 and 49. RGB value is (219,3,73). Sum of RGB (Red+Green+Blue) = 219+3+73=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0349 is #24FCB6. Grayscale: #4B4B4B. Windows color (decimal): -2423991 or 4785115. OLE color: 4785115.

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

Color convert

RGB 219 3 73 -
CMYK 0 0.99 0.67 0.14
HSL 340.56º 0.97% 0.44% -
HSV(B) 340.56º 0.99% 0.86% -
XYZ 30.45 15.61 7.71 -
YUV 75.56 126.56 230.31 -
System Red Green Blue C M Y K H S L
Decimal 219 3 73 0 0.99 0.67 0.14 340.56 0.97 0.44
Hex DB 3 49 0 63 43 E 155 61 2C
Octal 333 3 111 0 143 103 16 525 141 54
Binary 11011011 11 1001001 0 1100011 1000011 1110 101010101 1100001 101100

Color Harmonies of #DB0349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0349

Black with #DB0349

Text Example


Text Example

White with #DB0349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0349; }

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

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

background-color css

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

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

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

border-color css

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

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

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