Html Css Color HEX #C9014A Razzmatazz

📋 copy color: '#C9014A'

red 201 ◦ green 1 ◦ blue 74

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

Shades of Razzmatazz #C9014A

Tints of Razzmatazz #C9014A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 74 (29.3% from 255) = 26.81%

R = 72.83%
G = 0.36%
B = 26.81%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9014A (or 0xC9014A) is known color: Razzmatazz. HEX triplet: C9, 01 and 4A. RGB value is (201,1,74). Sum of RGB (Red+Green+Blue) = 201+1+74=276 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.83% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 201 - color contains mainly: red. Hex color #C9014A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9014A is #36FEB5. Grayscale: #454545. Windows color (decimal): -3604150 or 4850121. OLE color: 4850121.

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

Color convert

RGB 201 1 74 -
CMYK 0 1.00 0.63 0.21
HSL 338.1º 0.99% 0.4% -
HSV(B) 338.1º 1% 0.79% -
XYZ 25.33 12.93 7.64 -
YUV 69.12 130.76 222.06 -
System Red Green Blue C M Y K H S L
Decimal 201 1 74 0 1.00 0.63 0.21 338.1 0.99 0.4
Hex C9 1 4A 0 64 3F 15 152 63 28
Octal 311 1 112 0 144 77 25 522 143 50
Binary 11001001 1 1001010 0 1100100 111111 10101 101010010 1100011 101000

Color Harmonies of #C9014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9014A

Black with #C9014A

Text Example


Text Example

White with #C9014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9014A; }

 p { color: rgb(201,1,74); }

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

background-color css

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

 a { background-color: rgb(201,1,74); }

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

border-color css

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

 span { border-color: rgb(201,1,74); }

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