Html Css Color HEX #C7024E Razzmatazz

📋 copy color: '#C7024E'

red 199 ◦ green 2 ◦ blue 78

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

Shades of Razzmatazz #C7024E

Tints of Razzmatazz #C7024E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

 BLUE value IS 78 (30.86% from 255) = 27.96%

R = 71.33%
G = 0.72%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C7024E (or 0xC7024E) is known color: Razzmatazz. HEX triplet: C7, 02 and 4E. RGB value is (199,2,78). Sum of RGB (Red+Green+Blue) = 199+2+78=279 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.33% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 199 - color contains mainly: red. Hex color #C7024E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7024E is #38FDB1. Grayscale: #454545. Windows color (decimal): -3734962 or 5112519. OLE color: 5112519.

HSL color Cylindrical-coordinate representation of color #C7024E: hue angle of 336.85º degrees, saturation: 0.98, 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 #C7024E is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 2 78 -
CMYK 0 0.99 0.61 0.22
HSL 336.85º 0.98% 0.39% -
HSV(B) 336.85º 0.99% 0.78% -
XYZ 24.95 12.74 8.35 -
YUV 69.57 132.77 220.32 -
System Red Green Blue C M Y K H S L
Decimal 199 2 78 0 0.99 0.61 0.22 336.85 0.98 0.39
Hex C7 2 4E 0 63 3D 16 151 62 27
Octal 307 2 116 0 143 75 26 521 142 47
Binary 11000111 10 1001110 0 1100011 111101 10110 101010001 1100010 100111

Color Harmonies of #C7024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7024E

Black with #C7024E

Text Example


Text Example

White with #C7024E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7024E; }

 p { color: rgb(199,2,78); }

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

background-color css

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

 a { background-color: rgb(199,2,78); }

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

border-color css

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

 span { border-color: rgb(199,2,78); }

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