Html Css Color HEX #C90251 Razzmatazz

📋 copy color: '#C90251'

red 201 ◦ green 2 ◦ blue 81

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

Shades of Razzmatazz #C90251

Tints of Razzmatazz #C90251

RGB

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

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

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

R = 70.77%
G = 0.7%
B = 28.52%

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

#C90251 (or 0xC90251) is known color: Razzmatazz. HEX triplet: C9, 02 and 51. RGB value is (201,2,81). Sum of RGB (Red+Green+Blue) = 201+2+81=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C90251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90251 is #36FDAE. Grayscale: #464646. Windows color (decimal): -3603887 or 5309129. OLE color: 5309129.

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

Color convert

RGB 201 2 81 -
CMYK 0 0.99 0.60 0.21
HSL 336.18º 0.98% 0.4% -
HSV(B) 336.18º 0.99% 0.79% -
XYZ 25.59 13.06 8.96 -
YUV 70.51 133.93 221.08 -
System Red Green Blue C M Y K H S L
Decimal 201 2 81 0 0.99 0.60 0.21 336.18 0.98 0.4
Hex C9 2 51 0 63 3C 15 150 62 28
Octal 311 2 121 0 143 74 25 520 142 50
Binary 11001001 10 1010001 0 1100011 111100 10101 101010000 1100010 101000

Color Harmonies of #C90251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90251

Black with #C90251

Text Example


Text Example

White with #C90251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90251; }

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

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

background-color css

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

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

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

border-color css

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

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

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