Html Css Color HEX #C80251 Razzmatazz

📋 copy color: '#C80251'

red 200 ◦ green 2 ◦ blue 81

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

Shades of Razzmatazz #C80251

Tints of Razzmatazz #C80251

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 81 (32.03% from 255) = 28.62%

R = 70.67%
G = 0.71%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C80251 (or 0xC80251) is known color: Razzmatazz. HEX triplet: C8, 02 and 51. RGB value is (200,2,81). Sum of RGB (Red+Green+Blue) = 200+2+81=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C80251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80251 is #37FDAE. Grayscale: #464646. Windows color (decimal): -3669423 or 5309128. OLE color: 5309128.

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

Color convert

RGB 200 2 81 -
CMYK 0 0.99 0.59 0.22
HSL 336.06º 0.98% 0.4% -
HSV(B) 336.06º 0.99% 0.78% -
XYZ 25.33 12.92 8.94 -
YUV 70.21 134.1 220.58 -
System Red Green Blue C M Y K H S L
Decimal 200 2 81 0 0.99 0.59 0.22 336.06 0.98 0.4
Hex C8 2 51 0 63 3B 16 150 62 28
Octal 310 2 121 0 143 73 26 520 142 50
Binary 11001000 10 1010001 0 1100011 111011 10110 101010000 1100010 101000

Color Harmonies of #C80251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80251

Black with #C80251

Text Example


Text Example

White with #C80251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80251; }

 p { color: rgb(200,2,81); }

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

background-color css

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

 a { background-color: rgb(200,2,81); }

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

border-color css

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

 span { border-color: rgb(200,2,81); }

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