Html Css Color HEX #DA0249 Razzmatazz

📋 copy color: '#DA0249'

red 218 ◦ green 2 ◦ blue 73

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

Shades of Razzmatazz #DA0249

Tints of Razzmatazz #DA0249

RGB

 RED value IS 218 (85.55% from 255) = 74.4%

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

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

R = 74.4%
G = 0.68%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA0249 (or 0xDA0249) is known color: Razzmatazz. HEX triplet: DA, 02 and 49. RGB value is (218,2,73). Sum of RGB (Red+Green+Blue) = 218+2+73=293 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.40% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0249 is #25FDB6. Grayscale: #4A4A4A. Windows color (decimal): -2489783 or 4784858. OLE color: 4784858.

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

Color convert

RGB 218 2 73 -
CMYK 0 0.99 0.67 0.15
HSL 340.28º 0.98% 0.43% -
HSV(B) 340.28º 0.99% 0.85% -
XYZ 30.14 15.43 7.69 -
YUV 74.68 127.06 230.23 -
System Red Green Blue C M Y K H S L
Decimal 218 2 73 0 0.99 0.67 0.15 340.28 0.98 0.43
Hex DA 2 49 0 63 43 F 154 62 2B
Octal 332 2 111 0 143 103 17 524 142 53
Binary 11011010 10 1001001 0 1100011 1000011 1111 101010100 1100010 101011

Color Harmonies of #DA0249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0249

Black with #DA0249

Text Example


Text Example

White with #DA0249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0249; }

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

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

background-color css

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

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

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

border-color css

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

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

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