Html Css Color HEX #C40350 Razzmatazz

📋 copy color: '#C40350'

red 196 ◦ green 3 ◦ blue 80

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

Shades of Razzmatazz #C40350

Tints of Razzmatazz #C40350

RGB

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

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

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

R = 70.25%
G = 1.08%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C40350 (or 0xC40350) is known color: Razzmatazz. HEX triplet: C4, 03 and 50. RGB value is (196,3,80). Sum of RGB (Red+Green+Blue) = 196+3+80=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C40350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40350 is #3BFCAF. Grayscale: #454545. Windows color (decimal): -3931312 or 5243844. OLE color: 5243844.

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

Color convert

RGB 196 3 80 -
CMYK 0 0.98 0.59 0.23
HSL 336.06º 0.97% 0.39% -
HSV(B) 336.06º 0.98% 0.77% -
XYZ 24.25 12.38 8.7 -
YUV 69.49 133.94 218.24 -
System Red Green Blue C M Y K H S L
Decimal 196 3 80 0 0.98 0.59 0.23 336.06 0.97 0.39
Hex C4 3 50 0 62 3B 17 150 61 27
Octal 304 3 120 0 142 73 27 520 141 47
Binary 11000100 11 1010000 0 1100010 111011 10111 101010000 1100001 100111

Color Harmonies of #C40350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40350

Black with #C40350

Text Example


Text Example

White with #C40350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40350; }

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

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

background-color css

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

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

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

border-color css

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

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

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