Html Css Color HEX #C80555 Razzmatazz

📋 copy color: '#C80555'

red 200 ◦ green 5 ◦ blue 85

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

Shades of Razzmatazz #C80555

Tints of Razzmatazz #C80555

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.72%

 BLUE value IS 85 (33.59% from 255) = 29.31%

R = 68.97%
G = 1.72%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C80555 (or 0xC80555) is known color: Razzmatazz. HEX triplet: C8, 05 and 55. RGB value is (200,5,85). Sum of RGB (Red+Green+Blue) = 200+5+85=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C80555 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80555 is #37FAAA. Grayscale: #484848. Windows color (decimal): -3668651 or 5572040. OLE color: 5572040.

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

Color convert

RGB 200 5 85 -
CMYK 0 0.98 0.58 0.22
HSL 335.38º 0.95% 0.4% -
HSV(B) 335.38º 0.98% 0.78% -
XYZ 25.51 13.04 9.77 -
YUV 72.43 135.1 219 -
System Red Green Blue C M Y K H S L
Decimal 200 5 85 0 0.98 0.58 0.22 335.38 0.95 0.4
Hex C8 5 55 0 62 3A 16 14F 5F 28
Octal 310 5 125 0 142 72 26 517 137 50
Binary 11001000 101 1010101 0 1100010 111010 10110 101001111 1011111 101000

Color Harmonies of #C80555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80555

Black with #C80555

Text Example


Text Example

White with #C80555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80555; }

 p { color: rgb(200,5,85); }

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

background-color css

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

 a { background-color: rgb(200,5,85); }

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

border-color css

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

 span { border-color: rgb(200,5,85); }

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