Html Css Color HEX #D6024A Razzmatazz

📋 copy color: '#D6024A'

red 214 ◦ green 2 ◦ blue 74

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

Shades of Razzmatazz #D6024A

Tints of Razzmatazz #D6024A

RGB

 RED value IS 214 (83.98% from 255) = 73.79%

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

 BLUE value IS 74 (29.3% from 255) = 25.52%

R = 73.79%
G = 0.69%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6024A (or 0xD6024A) is known color: Razzmatazz. HEX triplet: D6, 02 and 4A. RGB value is (214,2,74). Sum of RGB (Red+Green+Blue) = 214+2+74=290 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.79% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 214 - color contains mainly: red. Hex color #D6024A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6024A is #29FDB5. Grayscale: #494949. Windows color (decimal): -2751926 or 4850390. OLE color: 4850390.

HSL color Cylindrical-coordinate representation of color #D6024A: hue angle of 339.62º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D6024A is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 2 74 -
CMYK 0 0.99 0.65 0.16
HSL 339.62º 0.98% 0.42% -
HSV(B) 339.62º 0.99% 0.84% -
XYZ 28.99 14.83 7.81 -
YUV 73.6 128.24 228.15 -
System Red Green Blue C M Y K H S L
Decimal 214 2 74 0 0.99 0.65 0.16 339.62 0.98 0.42
Hex D6 2 4A 0 63 41 10 154 62 2A
Octal 326 2 112 0 143 101 20 524 142 52
Binary 11010110 10 1001010 0 1100011 1000001 10000 101010100 1100010 101010

Color Harmonies of #D6024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6024A

Black with #D6024A

Text Example


Text Example

White with #D6024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6024A; }

 p { color: rgb(214,2,74); }

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

background-color css

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

 a { background-color: rgb(214,2,74); }

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

border-color css

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

 span { border-color: rgb(214,2,74); }

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