Html Css Color HEX #C80750 Razzmatazz

📋 copy color: '#C80750'

red 200 ◦ green 7 ◦ blue 80

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

Shades of Razzmatazz #C80750

Tints of Razzmatazz #C80750

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.44%

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

R = 69.69%
G = 2.44%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C80750 (or 0xC80750) is known color: Razzmatazz. HEX triplet: C8, 07 and 50. RGB value is (200,7,80). Sum of RGB (Red+Green+Blue) = 200+7+80=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C80750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80750 is #37F8AF. Grayscale: #484848. Windows color (decimal): -3668144 or 5244872. OLE color: 5244872.

HSL color Cylindrical-coordinate representation of color #C80750: hue angle of 337.31º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80750 is Cyan = 0, Magento = 0.96, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 7 80 -
CMYK 0 0.96 0.6 0.22
HSL 337.31º 0.93% 0.41% -
HSV(B) 337.31º 0.97% 0.78% -
XYZ 25.34 13.01 8.76 -
YUV 73.03 131.94 218.56 -
System Red Green Blue C M Y K H S L
Decimal 200 7 80 0 0.96 0.6 0.22 337.31 0.93 0.41
Hex C8 7 50 0 60 3C 16 151 5D 29
Octal 310 7 120 0 140 74 26 521 135 51
Binary 11001000 111 1010000 0 1100000 111100 10110 101010001 1011101 101001

Color Harmonies of #C80750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80750

Black with #C80750

Text Example


Text Example

White with #C80750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80750; }

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

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

background-color css

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

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

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

border-color css

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

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

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