Html Css Color HEX #C9014B Razzmatazz

📋 copy color: '#C9014B'

red 201 ◦ green 1 ◦ blue 75

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

Shades of Razzmatazz #C9014B

Tints of Razzmatazz #C9014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.08%

R = 72.56%
G = 0.36%
B = 27.08%

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

#C9014B (or 0xC9014B) is known color: Razzmatazz. HEX triplet: C9, 01 and 4B. RGB value is (201,1,75). Sum of RGB (Red+Green+Blue) = 201+1+75=277 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.56% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 201 - color contains mainly: red. Hex color #C9014B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9014B is #36FEB4. Grayscale: #454545. Windows color (decimal): -3604149 or 4915657. OLE color: 4915657.

HSL color Cylindrical-coordinate representation of color #C9014B: hue angle of 337.8º 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 #C9014B is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 1 75 -
CMYK 0 1.00 0.63 0.21
HSL 337.8º 0.99% 0.4% -
HSV(B) 337.8º 1% 0.79% -
XYZ 25.37 12.95 7.82 -
YUV 69.24 131.26 221.98 -
System Red Green Blue C M Y K H S L
Decimal 201 1 75 0 1.00 0.63 0.21 337.8 0.99 0.4
Hex C9 1 4B 0 64 3F 15 152 63 28
Octal 311 1 113 0 144 77 25 522 143 50
Binary 11001001 1 1001011 0 1100100 111111 10101 101010010 1100011 101000

Color Harmonies of #C9014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9014B

Black with #C9014B

Text Example


Text Example

White with #C9014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9014B; }

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

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

background-color css

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

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

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

border-color css

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

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

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