Html Css Color HEX #C6024C Razzmatazz

📋 copy color: '#C6024C'

red 198 ◦ green 2 ◦ blue 76

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

Shades of Razzmatazz #C6024C

Tints of Razzmatazz #C6024C

RGB

 RED value IS 198 (77.73% from 255) = 71.74%

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

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

R = 71.74%
G = 0.72%
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

#C6024C (or 0xC6024C) is known color: Razzmatazz. HEX triplet: C6, 02 and 4C. RGB value is (198,2,76). Sum of RGB (Red+Green+Blue) = 198+2+76=276 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.74% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 198 - color contains mainly: red. Hex color #C6024C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6024C is #39FDB3. Grayscale: #444444. Windows color (decimal): -3800500 or 4981446. OLE color: 4981446.

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

Color convert

RGB 198 2 76 -
CMYK 0 0.99 0.62 0.22
HSL 337.35º 0.98% 0.39% -
HSV(B) 337.35º 0.99% 0.78% -
XYZ 24.61 12.57 7.97 -
YUV 69.04 131.93 219.98 -
System Red Green Blue C M Y K H S L
Decimal 198 2 76 0 0.99 0.62 0.22 337.35 0.98 0.39
Hex C6 2 4C 0 63 3E 16 151 62 27
Octal 306 2 114 0 143 76 26 521 142 47
Binary 11000110 10 1001100 0 1100011 111110 10110 101010001 1100010 100111

Color Harmonies of #C6024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6024C

Black with #C6024C

Text Example


Text Example

White with #C6024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6024C; }

 p { color: rgb(198,2,76); }

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

background-color css

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

 a { background-color: rgb(198,2,76); }

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

border-color css

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

 span { border-color: rgb(198,2,76); }

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