Html Css Color HEX #C5024F Razzmatazz

📋 copy color: '#C5024F'

red 197 ◦ green 2 ◦ blue 79

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

Shades of Razzmatazz #C5024F

Tints of Razzmatazz #C5024F

RGB

 RED value IS 197 (77.34% from 255) = 70.86%

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

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

R = 70.86%
G = 0.72%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5024F (or 0xC5024F) is known color: Razzmatazz. HEX triplet: C5, 02 and 4F. RGB value is (197,2,79). Sum of RGB (Red+Green+Blue) = 197+2+79=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C5024F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5024F is #3AFDB0. Grayscale: #444444. Windows color (decimal): -3866033 or 5178053. OLE color: 5178053.

HSL color Cylindrical-coordinate representation of color #C5024F: hue angle of 336.31º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5024F is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 2 79 -
CMYK 0 0.99 0.60 0.23
HSL 336.31º 0.98% 0.39% -
HSV(B) 336.31º 0.99% 0.77% -
XYZ 24.46 12.48 8.52 -
YUV 69.08 133.6 219.24 -
System Red Green Blue C M Y K H S L
Decimal 197 2 79 0 0.99 0.60 0.23 336.31 0.98 0.39
Hex C5 2 4F 0 63 3C 17 150 62 27
Octal 305 2 117 0 143 74 27 520 142 47
Binary 11000101 10 1001111 0 1100011 111100 10111 101010000 1100010 100111

Color Harmonies of #C5024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5024F

Black with #C5024F

Text Example


Text Example

White with #C5024F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5024F; }

 p { color: rgb(197,2,79); }

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

background-color css

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

 a { background-color: rgb(197,2,79); }

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

border-color css

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

 span { border-color: rgb(197,2,79); }

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