Html Css Color HEX #C10353 Jazzberry Jam

📋 copy color: '#C10353'

red 193 ◦ green 3 ◦ blue 83

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

Shades of Jazzberry Jam #C10353

Tints of Jazzberry Jam #C10353

RGB

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

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

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

R = 69.18%
G = 1.08%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C10353 (or 0xC10353) is known color: Jazzberry Jam. HEX triplet: C1, 03 and 53. RGB value is (193,3,83). Sum of RGB (Red+Green+Blue) = 193+3+83=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C10353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10353 is #3EFCAC. Grayscale: #444444. Windows color (decimal): -4127917 or 5440449. OLE color: 5440449.

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

Color convert

RGB 193 3 83 -
CMYK 0 0.98 0.57 0.24
HSL 334.74º 0.97% 0.38% -
HSV(B) 334.74º 0.98% 0.76% -
XYZ 23.59 12.03 9.26 -
YUV 68.93 135.95 216.5 -
System Red Green Blue C M Y K H S L
Decimal 193 3 83 0 0.98 0.57 0.24 334.74 0.97 0.38
Hex C1 3 53 0 62 39 18 14F 61 26
Octal 301 3 123 0 142 71 30 517 141 46
Binary 11000001 11 1010011 0 1100010 111001 11000 101001111 1100001 100110

Color Harmonies of #C10353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10353

Black with #C10353

Text Example


Text Example

White with #C10353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10353; }

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

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

background-color css

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

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

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

border-color css

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

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

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