Html Css Color HEX #C7014C Razzmatazz

📋 copy color: '#C7014C'

red 199 ◦ green 1 ◦ blue 76

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

Shades of Razzmatazz #C7014C

Tints of Razzmatazz #C7014C

RGB

 RED value IS 199 (78.13% from 255) = 72.1%

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

 BLUE value IS 76 (30.08% from 255) = 27.54%

R = 72.1%
G = 0.36%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7014C (or 0xC7014C) is known color: Razzmatazz. HEX triplet: C7, 01 and 4C. RGB value is (199,1,76). Sum of RGB (Red+Green+Blue) = 199+1+76=276 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.10% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 199 - color contains mainly: red. Hex color #C7014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7014C is #38FEB3. Grayscale: #444444. Windows color (decimal): -3735220 or 4981191. OLE color: 4981191.

HSL color Cylindrical-coordinate representation of color #C7014C: hue angle of 337.27º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7014C is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 1 76 -
CMYK 0 0.99 0.62 0.22
HSL 337.27º 0.99% 0.39% -
HSV(B) 337.27º 0.99% 0.78% -
XYZ 24.87 12.69 7.98 -
YUV 68.75 132.1 220.9 -
System Red Green Blue C M Y K H S L
Decimal 199 1 76 0 0.99 0.62 0.22 337.27 0.99 0.39
Hex C7 1 4C 0 63 3E 16 151 63 27
Octal 307 1 114 0 143 76 26 521 143 47
Binary 11000111 1 1001100 0 1100011 111110 10110 101010001 1100011 100111

Color Harmonies of #C7014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7014C

Black with #C7014C

Text Example


Text Example

White with #C7014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7014C; }

 p { color: rgb(199,1,76); }

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

background-color css

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

 a { background-color: rgb(199,1,76); }

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

border-color css

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

 span { border-color: rgb(199,1,76); }

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