Html Css Color HEX #C40251 Razzmatazz

📋 copy color: '#C40251'

red 196 ◦ green 2 ◦ blue 81

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

Shades of Razzmatazz #C40251

Tints of Razzmatazz #C40251

RGB

 RED value IS 196 (76.95% from 255) = 70.25%

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

 BLUE value IS 81 (32.03% from 255) = 29.03%

R = 70.25%
G = 0.72%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C40251 (or 0xC40251) is known color: Razzmatazz. HEX triplet: C4, 02 and 51. RGB value is (196,2,81). Sum of RGB (Red+Green+Blue) = 196+2+81=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C40251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40251 is #3BFDAE. Grayscale: #444444. Windows color (decimal): -3931567 or 5309124. OLE color: 5309124.

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

Color convert

RGB 196 2 81 -
CMYK 0 0.99 0.59 0.23
HSL 335.57º 0.98% 0.39% -
HSV(B) 335.57º 0.99% 0.77% -
XYZ 24.27 12.37 8.89 -
YUV 69.01 134.77 218.58 -
System Red Green Blue C M Y K H S L
Decimal 196 2 81 0 0.99 0.59 0.23 335.57 0.98 0.39
Hex C4 2 51 0 63 3B 17 150 62 27
Octal 304 2 121 0 143 73 27 520 142 47
Binary 11000100 10 1010001 0 1100011 111011 10111 101010000 1100010 100111

Color Harmonies of #C40251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40251

Black with #C40251

Text Example


Text Example

White with #C40251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40251; }

 p { color: rgb(196,2,81); }

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

background-color css

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

 a { background-color: rgb(196,2,81); }

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

border-color css

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

 span { border-color: rgb(196,2,81); }

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