Html Css Color HEX #C5024B Razzmatazz

📋 copy color: '#C5024B'

red 197 ◦ green 2 ◦ blue 75

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

Shades of Razzmatazz #C5024B

Tints of Razzmatazz #C5024B

RGB

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

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

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

R = 71.9%
G = 0.73%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5024B (or 0xC5024B) is known color: Razzmatazz. HEX triplet: C5, 02 and 4B. RGB value is (197,2,75). Sum of RGB (Red+Green+Blue) = 197+2+75=274 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.90% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 197 - color contains mainly: red. Hex color #C5024B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5024B is #3AFDB4. Grayscale: #444444. Windows color (decimal): -3866037 or 4915909. OLE color: 4915909.

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

Color convert

RGB 197 2 75 -
CMYK 0 0.99 0.62 0.23
HSL 337.54º 0.98% 0.39% -
HSV(B) 337.54º 0.99% 0.77% -
XYZ 24.32 12.42 7.77 -
YUV 68.63 131.6 219.56 -
System Red Green Blue C M Y K H S L
Decimal 197 2 75 0 0.99 0.62 0.23 337.54 0.98 0.39
Hex C5 2 4B 0 63 3E 17 152 62 27
Octal 305 2 113 0 143 76 27 522 142 47
Binary 11000101 10 1001011 0 1100011 111110 10111 101010010 1100010 100111

Color Harmonies of #C5024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5024B

Black with #C5024B

Text Example


Text Example

White with #C5024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5024B; }

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

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

background-color css

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

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

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

border-color css

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

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

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