Html Css Color HEX #C50353 Razzmatazz

📋 copy color: '#C50353'

red 197 ◦ green 3 ◦ blue 83

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

Shades of Razzmatazz #C50353

Tints of Razzmatazz #C50353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.33%

R = 69.61%
G = 1.06%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C50353 (or 0xC50353) is known color: Razzmatazz. HEX triplet: C5, 03 and 53. RGB value is (197,3,83). Sum of RGB (Red+Green+Blue) = 197+3+83=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C50353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50353 is #3AFCAC. Grayscale: #464646. Windows color (decimal): -3865773 or 5440453. OLE color: 5440453.

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

Color convert

RGB 197 3 83 -
CMYK 0 0.98 0.58 0.23
HSL 335.26º 0.97% 0.39% -
HSV(B) 335.26º 0.98% 0.77% -
XYZ 24.62 12.56 9.31 -
YUV 70.13 135.27 218.5 -
System Red Green Blue C M Y K H S L
Decimal 197 3 83 0 0.98 0.58 0.23 335.26 0.97 0.39
Hex C5 3 53 0 62 3A 17 14F 61 27
Octal 305 3 123 0 142 72 27 517 141 47
Binary 11000101 11 1010011 0 1100010 111010 10111 101001111 1100001 100111

Color Harmonies of #C50353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50353

Black with #C50353

Text Example


Text Example

White with #C50353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50353; }

 p { color: rgb(197,3,83); }

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

background-color css

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

 a { background-color: rgb(197,3,83); }

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

border-color css

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

 span { border-color: rgb(197,3,83); }

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