Html Css Color HEX #C80353 Razzmatazz

📋 copy color: '#C80353'

red 200 ◦ green 3 ◦ blue 83

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

Shades of Razzmatazz #C80353

Tints of Razzmatazz #C80353

RGB

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

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

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

R = 69.93%
G = 1.05%
B = 29.02%

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

#C80353 (or 0xC80353) is known color: Razzmatazz. HEX triplet: C8, 03 and 53. RGB value is (200,3,83). Sum of RGB (Red+Green+Blue) = 200+3+83=286 (37% of max value = 765). Red value is 200 (78.52% from 255 or 69.93% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 200 - color contains mainly: red. Hex color #C80353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80353 is #37FCAC. Grayscale: #464646. Windows color (decimal): -3669165 or 5440456. OLE color: 5440456.

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

Color convert

RGB 200 3 83 -
CMYK 0 0.98 0.58 0.22
HSL 335.63º 0.97% 0.4% -
HSV(B) 335.63º 0.99% 0.78% -
XYZ 25.41 12.97 9.35 -
YUV 71.02 134.77 220 -
System Red Green Blue C M Y K H S L
Decimal 200 3 83 0 0.98 0.58 0.22 335.63 0.97 0.4
Hex C8 3 53 0 62 3A 16 150 61 28
Octal 310 3 123 0 142 72 26 520 141 50
Binary 11001000 11 1010011 0 1100010 111010 10110 101010000 1100001 101000

Color Harmonies of #C80353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80353

Black with #C80353

Text Example


Text Example

White with #C80353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80353; }

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

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

background-color css

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

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

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

border-color css

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

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

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