Html Css Color HEX #C7034F Razzmatazz

📋 copy color: '#C7034F'

red 199 ◦ green 3 ◦ blue 79

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

Shades of Razzmatazz #C7034F

Tints of Razzmatazz #C7034F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.11%

R = 70.82%
G = 1.07%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C7034F (or 0xC7034F) is known color: Razzmatazz. HEX triplet: C7, 03 and 4F. RGB value is (199,3,79). Sum of RGB (Red+Green+Blue) = 199+3+79=281 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.82% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 199 - color contains mainly: red. Hex color #C7034F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7034F is #38FCB0. Grayscale: #464646. Windows color (decimal): -3734705 or 5178311. OLE color: 5178311.

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

Color convert

RGB 199 3 79 -
CMYK 0 0.98 0.60 0.22
HSL 336.73º 0.97% 0.4% -
HSV(B) 336.73º 0.98% 0.78% -
XYZ 25 12.77 8.54 -
YUV 70.27 132.93 219.82 -
System Red Green Blue C M Y K H S L
Decimal 199 3 79 0 0.98 0.60 0.22 336.73 0.97 0.4
Hex C7 3 4F 0 62 3C 16 151 61 28
Octal 307 3 117 0 142 74 26 521 141 50
Binary 11000111 11 1001111 0 1100010 111100 10110 101010001 1100001 101000

Color Harmonies of #C7034F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7034F

Black with #C7034F

Text Example


Text Example

White with #C7034F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7034F; }

 p { color: rgb(199,3,79); }

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

background-color css

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

 a { background-color: rgb(199,3,79); }

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

border-color css

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

 span { border-color: rgb(199,3,79); }

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