Html Css Color HEX #C40353 Razzmatazz

📋 copy color: '#C40353'

red 196 ◦ green 3 ◦ blue 83

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

Shades of Razzmatazz #C40353

Tints of Razzmatazz #C40353

RGB

 RED value IS 196 (76.95% from 255) = 69.5%

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

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

R = 69.5%
G = 1.06%
B = 29.43%

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

#C40353 (or 0xC40353) is known color: Razzmatazz. HEX triplet: C4, 03 and 53. RGB value is (196,3,83). Sum of RGB (Red+Green+Blue) = 196+3+83=282 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.50% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 196 - color contains mainly: red. Hex color #C40353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40353 is #3BFCAC. Grayscale: #454545. Windows color (decimal): -3931309 or 5440452. OLE color: 5440452.

HSL color Cylindrical-coordinate representation of color #C40353: hue angle of 335.13º 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 #C40353 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 3 83 -
CMYK 0 0.98 0.58 0.23
HSL 335.13º 0.97% 0.39% -
HSV(B) 335.13º 0.98% 0.77% -
XYZ 24.36 12.43 9.3 -
YUV 69.83 135.44 218 -
System Red Green Blue C M Y K H S L
Decimal 196 3 83 0 0.98 0.58 0.23 335.13 0.97 0.39
Hex C4 3 53 0 62 3A 17 14F 61 27
Octal 304 3 123 0 142 72 27 517 141 47
Binary 11000100 11 1010011 0 1100010 111010 10111 101001111 1100001 100111

Color Harmonies of #C40353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40353

Black with #C40353

Text Example


Text Example

White with #C40353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40353; }

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

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

background-color css

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

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

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

border-color css

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

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

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