Html Css Color HEX #C7004B Razzmatazz

📋 copy color: '#C7004B'

red 199 ◦ green 0 ◦ blue 75

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

Shades of Razzmatazz #C7004B

Tints of Razzmatazz #C7004B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 72.63%
G = 0%
B = 27.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7004B (or 0xC7004B) is known color: Razzmatazz. HEX triplet: C7, 00 and 4B. RGB value is (199,0,75). Sum of RGB (Red+Green+Blue) = 199+0+75=274 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.63% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 199 - color contains mainly: red. Hex color #C7004B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7004B is #38FFB4. Grayscale: #434343. Windows color (decimal): -3735477 or 4915399. OLE color: 4915399.

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

Color convert

RGB 199 0 75 -
CMYK 0 1 0.62 0.22
HSL 337.39º 1% 0.39% -
HSV(B) 337.39º 1% 0.78% -
XYZ 24.82 12.65 7.79 -
YUV 68.05 131.93 221.4 -
System Red Green Blue C M Y K H S L
Decimal 199 0 75 0 1 0.62 0.22 337.39 1 0.39
Hex C7 0 4B 0 64 3E 16 151 64 27
Octal 307 0 113 0 144 76 26 521 144 47
Binary 11000111 0 1001011 0 1100100 111110 10110 101010001 1100100 100111

Color Harmonies of #C7004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7004B

Black with #C7004B

Text Example


Text Example

White with #C7004B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7004B; }

 p { color: rgb(199,0,75); }

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

background-color css

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

 a { background-color: rgb(199,0,75); }

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

border-color css

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

 span { border-color: rgb(199,0,75); }

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