Html Css Color HEX #C5004B Razzmatazz

📋 copy color: '#C5004B'

red 197 ◦ green 0 ◦ blue 75

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

Shades of Razzmatazz #C5004B

Tints of Razzmatazz #C5004B

RGB

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

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

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

R = 72.43%
G = 0%
B = 27.57%

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

#C5004B (or 0xC5004B) is known color: Razzmatazz. HEX triplet: C5, 00 and 4B. RGB value is (197,0,75). Sum of RGB (Red+Green+Blue) = 197+0+75=272 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.43% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 197 - color contains mainly: red. Hex color #C5004B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5004B is #3AFFB4. Grayscale: #434343. Windows color (decimal): -3866549 or 4915397. OLE color: 4915397.

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

Color convert

RGB 197 0 75 -
CMYK 0 1 0.62 0.23
HSL 337.16º 1% 0.39% -
HSV(B) 337.16º 1% 0.77% -
XYZ 24.3 12.38 7.77 -
YUV 67.45 132.27 220.4 -
System Red Green Blue C M Y K H S L
Decimal 197 0 75 0 1 0.62 0.23 337.16 1 0.39
Hex C5 0 4B 0 64 3E 17 151 64 27
Octal 305 0 113 0 144 76 27 521 144 47
Binary 11000101 0 1001011 0 1100100 111110 10111 101010001 1100100 100111

Color Harmonies of #C5004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5004B

Black with #C5004B

Text Example


Text Example

White with #C5004B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5004B; }

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

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

background-color css

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

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

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

border-color css

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

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

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