Html Css Color HEX #C5004A Razzmatazz

📋 copy color: '#C5004A'

red 197 ◦ green 0 ◦ blue 74

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

Shades of Razzmatazz #C5004A

Tints of Razzmatazz #C5004A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.31%

R = 72.69%
G = 0%
B = 27.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5004A (or 0xC5004A) is known color: Razzmatazz. HEX triplet: C5, 00 and 4A. RGB value is (197,0,74). Sum of RGB (Red+Green+Blue) = 197+0+74=271 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.69% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 197 - color contains mainly: red. Hex color #C5004A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5004A is #3AFFB5. Grayscale: #434343. Windows color (decimal): -3866550 or 4849861. OLE color: 4849861.

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

Color convert

RGB 197 0 74 -
CMYK 0 1 0.62 0.23
HSL 337.46º 1% 0.39% -
HSV(B) 337.46º 1% 0.77% -
XYZ 24.26 12.36 7.59 -
YUV 67.34 131.77 220.48 -
System Red Green Blue C M Y K H S L
Decimal 197 0 74 0 1 0.62 0.23 337.46 1 0.39
Hex C5 0 4A 0 64 3E 17 151 64 27
Octal 305 0 112 0 144 76 27 521 144 47
Binary 11000101 0 1001010 0 1100100 111110 10111 101010001 1100100 100111

Color Harmonies of #C5004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5004A

Black with #C5004A

Text Example


Text Example

White with #C5004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5004A; }

 p { color: rgb(197,0,74); }

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

background-color css

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

 a { background-color: rgb(197,0,74); }

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

border-color css

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

 span { border-color: rgb(197,0,74); }

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