Html Css Color HEX #C50251 Razzmatazz

📋 copy color: '#C50251'

red 197 ◦ green 2 ◦ blue 81

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

Shades of Razzmatazz #C50251

Tints of Razzmatazz #C50251

RGB

 RED value IS 197 (77.34% from 255) = 70.36%

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

 BLUE value IS 81 (32.03% from 255) = 28.93%

R = 70.36%
G = 0.71%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C50251 (or 0xC50251) is known color: Razzmatazz. HEX triplet: C5, 02 and 51. RGB value is (197,2,81). Sum of RGB (Red+Green+Blue) = 197+2+81=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C50251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50251 is #3AFDAE. Grayscale: #454545. Windows color (decimal): -3866031 or 5309125. OLE color: 5309125.

HSL color Cylindrical-coordinate representation of color #C50251: hue angle of 335.69º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50251 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 2 81 -
CMYK 0 0.99 0.59 0.23
HSL 335.69º 0.98% 0.39% -
HSV(B) 335.69º 0.99% 0.77% -
XYZ 24.53 12.51 8.91 -
YUV 69.31 134.6 219.08 -
System Red Green Blue C M Y K H S L
Decimal 197 2 81 0 0.99 0.59 0.23 335.69 0.98 0.39
Hex C5 2 51 0 63 3B 17 150 62 27
Octal 305 2 121 0 143 73 27 520 142 47
Binary 11000101 10 1010001 0 1100011 111011 10111 101010000 1100010 100111

Color Harmonies of #C50251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50251

Black with #C50251

Text Example


Text Example

White with #C50251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50251; }

 p { color: rgb(197,2,81); }

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

background-color css

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

 a { background-color: rgb(197,2,81); }

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

border-color css

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

 span { border-color: rgb(197,2,81); }

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