Html Css Color HEX #C20253 Jazzberry Jam

📋 copy color: '#C20253'

red 194 ◦ green 2 ◦ blue 83

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

Shades of Jazzberry Jam #C20253

Tints of Jazzberry Jam #C20253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.75%

R = 69.53%
G = 0.72%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C20253 (or 0xC20253) is known color: Jazzberry Jam. HEX triplet: C2, 02 and 53. RGB value is (194,2,83). Sum of RGB (Red+Green+Blue) = 194+2+83=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C20253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20253 is #3DFDAC. Grayscale: #444444. Windows color (decimal): -4062637 or 5440194. OLE color: 5440194.

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

Color convert

RGB 194 2 83 -
CMYK 0 0.99 0.57 0.24
HSL 334.69º 0.98% 0.38% -
HSV(B) 334.69º 0.99% 0.76% -
XYZ 23.83 12.14 9.27 -
YUV 68.64 136.11 217.41 -
System Red Green Blue C M Y K H S L
Decimal 194 2 83 0 0.99 0.57 0.24 334.69 0.98 0.38
Hex C2 2 53 0 63 39 18 14F 62 26
Octal 302 2 123 0 143 71 30 517 142 46
Binary 11000010 10 1010011 0 1100011 111001 11000 101001111 1100010 100110

Color Harmonies of #C20253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20253

Black with #C20253

Text Example


Text Example

White with #C20253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20253; }

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

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

background-color css

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

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

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

border-color css

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

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

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