Html Css Color HEX #C10350 Jazzberry Jam

📋 copy color: '#C10350'

red 193 ◦ green 3 ◦ blue 80

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

Shades of Jazzberry Jam #C10350

Tints of Jazzberry Jam #C10350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

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

R = 69.93%
G = 1.09%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C10350 (or 0xC10350) is known color: Jazzberry Jam. HEX triplet: C1, 03 and 50. RGB value is (193,3,80). Sum of RGB (Red+Green+Blue) = 193+3+80=276 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.93% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 193 - color contains mainly: red. Hex color #C10350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10350 is #3EFCAF. Grayscale: #444444. Windows color (decimal): -4127920 or 5243841. OLE color: 5243841.

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

Color convert

RGB 193 3 80 -
CMYK 0 0.98 0.59 0.24
HSL 335.68º 0.97% 0.38% -
HSV(B) 335.68º 0.98% 0.76% -
XYZ 23.47 11.98 8.66 -
YUV 68.59 134.45 216.74 -
System Red Green Blue C M Y K H S L
Decimal 193 3 80 0 0.98 0.59 0.24 335.68 0.97 0.38
Hex C1 3 50 0 62 3B 18 150 61 26
Octal 301 3 120 0 142 73 30 520 141 46
Binary 11000001 11 1010000 0 1100010 111011 11000 101010000 1100001 100110

Color Harmonies of #C10350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10350

Black with #C10350

Text Example


Text Example

White with #C10350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10350; }

 p { color: rgb(193,3,80); }

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

background-color css

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

 a { background-color: rgb(193,3,80); }

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

border-color css

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

 span { border-color: rgb(193,3,80); }

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