Html Css Color HEX #C10251 Jazzberry Jam

📋 copy color: '#C10251'

red 193 ◦ green 2 ◦ blue 81

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

Shades of Jazzberry Jam #C10251

Tints of Jazzberry Jam #C10251

RGB

 RED value IS 193 (75.78% from 255) = 69.93%

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

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

R = 69.93%
G = 0.72%
B = 29.35%

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

#C10251 (or 0xC10251) is known color: Jazzberry Jam. HEX triplet: C1, 02 and 51. RGB value is (193,2,81). Sum of RGB (Red+Green+Blue) = 193+2+81=276 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.93% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 193 - color contains mainly: red. Hex color #C10251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10251 is #3EFDAE. Grayscale: #434343. Windows color (decimal): -4128175 or 5309121. OLE color: 5309121.

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

Color convert

RGB 193 2 81 -
CMYK 0 0.99 0.58 0.24
HSL 335.18º 0.98% 0.38% -
HSV(B) 335.18º 0.99% 0.76% -
XYZ 23.5 11.97 8.86 -
YUV 68.12 135.28 217.08 -
System Red Green Blue C M Y K H S L
Decimal 193 2 81 0 0.99 0.58 0.24 335.18 0.98 0.38
Hex C1 2 51 0 63 3A 18 14F 62 26
Octal 301 2 121 0 143 72 30 517 142 46
Binary 11000001 10 1010001 0 1100011 111010 11000 101001111 1100010 100110

Color Harmonies of #C10251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10251

Black with #C10251

Text Example


Text Example

White with #C10251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10251; }

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

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

background-color css

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

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

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

border-color css

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

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

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