Html Css Color HEX #C20250 Jazzberry Jam

📋 copy color: '#C20250'

red 194 ◦ green 2 ◦ blue 80

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

Shades of Jazzberry Jam #C20250

Tints of Jazzberry Jam #C20250

RGB

 RED value IS 194 (76.17% from 255) = 70.29%

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

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

R = 70.29%
G = 0.72%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C20250 (or 0xC20250) is known color: Jazzberry Jam. HEX triplet: C2, 02 and 50. RGB value is (194,2,80). Sum of RGB (Red+Green+Blue) = 194+2+80=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C20250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20250 is #3DFDAF. Grayscale: #444444. Windows color (decimal): -4062640 or 5243586. OLE color: 5243586.

HSL color Cylindrical-coordinate representation of color #C20250: hue angle of 335.62º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20250 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 2 80 -
CMYK 0 0.99 0.59 0.24
HSL 335.63º 0.98% 0.38% -
HSV(B) 335.63º 0.99% 0.76% -
XYZ 23.72 12.09 8.67 -
YUV 68.3 134.61 217.66 -
System Red Green Blue C M Y K H S L
Decimal 194 2 80 0 0.99 0.59 0.24 335.63 0.98 0.38
Hex C2 2 50 0 63 3B 18 150 62 26
Octal 302 2 120 0 143 73 30 520 142 46
Binary 11000010 10 1010000 0 1100011 111011 11000 101010000 1100010 100110

Color Harmonies of #C20250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20250

Black with #C20250

Text Example


Text Example

White with #C20250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20250; }

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

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

background-color css

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

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

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

border-color css

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

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

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