Html Css Color HEX #C90350 Razzmatazz

📋 copy color: '#C90350'

red 201 ◦ green 3 ◦ blue 80

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

Shades of Razzmatazz #C90350

Tints of Razzmatazz #C90350

RGB

 RED value IS 201 (78.91% from 255) = 70.77%

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

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

R = 70.77%
G = 1.06%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C90350 (or 0xC90350) is known color: Razzmatazz. HEX triplet: C9, 03 and 50. RGB value is (201,3,80). Sum of RGB (Red+Green+Blue) = 201+3+80=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C90350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90350 is #36FCAF. Grayscale: #464646. Windows color (decimal): -3603632 or 5243849. OLE color: 5243849.

HSL color Cylindrical-coordinate representation of color #C90350: hue angle of 336.67º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C90350 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 3 80 -
CMYK 0 0.99 0.60 0.21
HSL 336.67º 0.97% 0.4% -
HSV(B) 336.67º 0.99% 0.79% -
XYZ 25.57 13.06 8.76 -
YUV 70.98 133.1 220.74 -
System Red Green Blue C M Y K H S L
Decimal 201 3 80 0 0.99 0.60 0.21 336.67 0.97 0.4
Hex C9 3 50 0 63 3C 15 151 61 28
Octal 311 3 120 0 143 74 25 521 141 50
Binary 11001001 11 1010000 0 1100011 111100 10101 101010001 1100001 101000

Color Harmonies of #C90350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90350

Black with #C90350

Text Example


Text Example

White with #C90350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90350; }

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

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

background-color css

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

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

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

border-color css

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

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

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