Html Css Color HEX #C40250 Razzmatazz

📋 copy color: '#C40250'

red 196 ◦ green 2 ◦ blue 80

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

Shades of Razzmatazz #C40250

Tints of Razzmatazz #C40250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.78%

R = 70.5%
G = 0.72%
B = 28.78%

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

#C40250 (or 0xC40250) is known color: Razzmatazz. HEX triplet: C4, 02 and 50. RGB value is (196,2,80). Sum of RGB (Red+Green+Blue) = 196+2+80=278 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.50% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 196 - color contains mainly: red. Hex color #C40250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40250 is #3BFDAF. Grayscale: #444444. Windows color (decimal): -3931568 or 5243588. OLE color: 5243588.

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

Color convert

RGB 196 2 80 -
CMYK 0 0.99 0.59 0.23
HSL 335.88º 0.98% 0.39% -
HSV(B) 335.88º 0.99% 0.77% -
XYZ 24.23 12.36 8.7 -
YUV 68.9 134.27 218.66 -
System Red Green Blue C M Y K H S L
Decimal 196 2 80 0 0.99 0.59 0.23 335.88 0.98 0.39
Hex C4 2 50 0 63 3B 17 150 62 27
Octal 304 2 120 0 143 73 27 520 142 47
Binary 11000100 10 1010000 0 1100011 111011 10111 101010000 1100010 100111

Color Harmonies of #C40250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40250

Black with #C40250

Text Example


Text Example

White with #C40250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40250; }

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

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

background-color css

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

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

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

border-color css

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

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

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