Html Css Color HEX #C20251 Jazzberry Jam

📋 copy color: '#C20251'

red 194 ◦ green 2 ◦ blue 81

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

Shades of Jazzberry Jam #C20251

Tints of Jazzberry Jam #C20251

RGB

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

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

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

R = 70.04%
G = 0.72%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C20251 (or 0xC20251) is known color: Jazzberry Jam. HEX triplet: C2, 02 and 51. RGB value is (194,2,81). Sum of RGB (Red+Green+Blue) = 194+2+81=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C20251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20251 is #3DFDAE. Grayscale: #444444. Windows color (decimal): -4062639 or 5309122. OLE color: 5309122.

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

Color convert

RGB 194 2 81 -
CMYK 0 0.99 0.58 0.24
HSL 335.31º 0.98% 0.38% -
HSV(B) 335.31º 0.99% 0.76% -
XYZ 23.76 12.11 8.87 -
YUV 68.41 135.11 217.58 -
System Red Green Blue C M Y K H S L
Decimal 194 2 81 0 0.99 0.58 0.24 335.31 0.98 0.38
Hex C2 2 51 0 63 3A 18 14F 62 26
Octal 302 2 121 0 143 72 30 517 142 46
Binary 11000010 10 1010001 0 1100011 111010 11000 101001111 1100010 100110

Color Harmonies of #C20251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20251

Black with #C20251

Text Example


Text Example

White with #C20251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20251; }

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

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

background-color css

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

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

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

border-color css

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

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

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