Html Css Color HEX #D60250 Razzmatazz

📋 copy color: '#D60250'

red 214 ◦ green 2 ◦ blue 80

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

Shades of Razzmatazz #D60250

Tints of Razzmatazz #D60250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.03%

R = 72.3%
G = 0.68%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D60250 (or 0xD60250) is known color: Razzmatazz. HEX triplet: D6, 02 and 50. RGB value is (214,2,80). Sum of RGB (Red+Green+Blue) = 214+2+80=296 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.30% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 214 - color contains mainly: red. Hex color #D60250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60250 is #29FDAF. Grayscale: #4A4A4A. Windows color (decimal): -2751920 or 5243606. OLE color: 5243606.

HSL color Cylindrical-coordinate representation of color #D60250: hue angle of 337.92º 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 #D60250 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 2 80 -
CMYK 0 0.99 0.63 0.16
HSL 337.92º 0.98% 0.42% -
HSV(B) 337.92º 0.99% 0.84% -
XYZ 29.2 14.92 8.93 -
YUV 74.28 131.24 227.66 -
System Red Green Blue C M Y K H S L
Decimal 214 2 80 0 0.99 0.63 0.16 337.92 0.98 0.42
Hex D6 2 50 0 63 3F 10 152 62 2A
Octal 326 2 120 0 143 77 20 522 142 52
Binary 11010110 10 1010000 0 1100011 111111 10000 101010010 1100010 101010

Color Harmonies of #D60250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60250

Black with #D60250

Text Example


Text Example

White with #D60250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60250; }

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

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

background-color css

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

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

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

border-color css

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

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

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