Html Css Color HEX #C80350 Razzmatazz

📋 copy color: '#C80350'

red 200 ◦ green 3 ◦ blue 80

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

Shades of Razzmatazz #C80350

Tints of Razzmatazz #C80350

RGB

 RED value IS 200 (78.52% from 255) = 70.67%

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

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

R = 70.67%
G = 1.06%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C80350 (or 0xC80350) is known color: Razzmatazz. HEX triplet: C8, 03 and 50. RGB value is (200,3,80). Sum of RGB (Red+Green+Blue) = 200+3+80=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C80350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80350 is #37FCAF. Grayscale: #464646. Windows color (decimal): -3669168 or 5243848. OLE color: 5243848.

HSL color Cylindrical-coordinate representation of color #C80350: hue angle of 336.55º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80350 is Cyan = 0, Magento = 0.98, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 3 80 -
CMYK 0 0.98 0.6 0.22
HSL 336.55º 0.97% 0.4% -
HSV(B) 336.55º 0.99% 0.78% -
XYZ 25.3 12.92 8.75 -
YUV 70.68 133.27 220.24 -
System Red Green Blue C M Y K H S L
Decimal 200 3 80 0 0.98 0.6 0.22 336.55 0.97 0.4
Hex C8 3 50 0 62 3C 16 151 61 28
Octal 310 3 120 0 142 74 26 521 141 50
Binary 11001000 11 1010000 0 1100010 111100 10110 101010001 1100001 101000

Color Harmonies of #C80350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80350

Black with #C80350

Text Example


Text Example

White with #C80350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80350; }

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

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

background-color css

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

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

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

border-color css

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

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

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